feat: Add middle_name and last_name to contact model (#8771)

feat: Add `middle_name` and `last_name`
This commit is contained in:
Muhsin Keloth
2024-01-24 16:22:04 +05:30
committed by GitHub
parent 3760f206e8
commit fa907840c7
3 changed files with 11 additions and 1 deletions

View File

@@ -11,6 +11,8 @@
# email :string
# identifier :string
# last_activity_at :datetime
# last_name :string default("")
# middle_name :string default("")
# name :string default("")
# phone_number :string
# created_at :datetime not null