This commit is contained in:
parent
84c41dda4d
commit
2e1fbd00be
3 changed files with 90 additions and 2 deletions
5
migrations/each_user/0011_phone_numbers.sql
Normal file
5
migrations/each_user/0011_phone_numbers.sql
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
create table if not exists phone_numbers (
|
||||
contact_id integer not null references contacts(id) on delete cascade,
|
||||
label text,
|
||||
phone_number text not null
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue