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:
Muhsin Keloth
2024-01-29 14:10:14 +05:30
committed by GitHub
parent 766698cb3a
commit 485c561b18
3 changed files with 11 additions and 1 deletions

View File

@@ -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