This commit is contained in:
parent
e3e77cbae3
commit
1f05189ec6
2 changed files with 27 additions and 0 deletions
4
migrations/each_user/0007_contact-groups.sql
Normal file
4
migrations/each_user/0007_contact-groups.sql
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
create table if not exists groups (
|
||||
contact_id number not null references contacts(id),
|
||||
name text not null
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue