mascarpone/migrations/each_user/0007_contact-groups.sql

5 lines
112 B
MySQL
Raw Normal View History

2026-01-16 23:19:40 -06:00
create table if not exists groups (
contact_id number not null references contacts(id),
name text not null
);