mascarpone/migrations/each_user/0007_contact-groups.sql
Robert Perce 1f05189ec6
Some checks failed
/ integration-test--firefox (push) Failing after 3m11s
wip(feat): contact groups
2026-01-16 23:19:40 -06:00

4 lines
112 B
SQL

create table if not exists groups (
contact_id number not null references contacts(id),
name text not null
);