feat: ✨ contact rethinked and user_contact created
This commit is contained in:
parent
aa679b5a05
commit
e167b864ee
19 changed files with 261 additions and 29 deletions
2
migrations/20241215002127_user_contact.down.sql
Normal file
2
migrations/20241215002127_user_contact.down.sql
Normal file
|
@ -0,0 +1,2 @@
|
|||
-- Add down migration script here
|
||||
DROP TABLE IF EXISTS "user_contact";
|
Loading…
Add table
Add a link
Reference in a new issue