mirror of
https://github.com/lingble/chatwoot.git
synced 2025-12-16 02:37:18 +00:00
feat: Add attributes location and country_code to Contact model (#8803)
feat: Add attributes location and country_code to Contact model
This commit is contained in:
@@ -7,11 +7,13 @@
|
||||
# id :integer not null, primary key
|
||||
# additional_attributes :jsonb
|
||||
# contact_type :integer default("visitor")
|
||||
# country_code :string default("")
|
||||
# custom_attributes :jsonb
|
||||
# email :string
|
||||
# identifier :string
|
||||
# last_activity_at :datetime
|
||||
# last_name :string default("")
|
||||
# location :string default("")
|
||||
# middle_name :string default("")
|
||||
# name :string default("")
|
||||
# phone_number :string
|
||||
|
||||
Reference in New Issue
Block a user