main
Data tableMigration run against the main data table when the project is imported.
miro.boards
| Column | Type | Constraints |
|---|---|---|
| id | uuid | not nullprimary keydefault gen_random_uuid() |
| name | text | not null |
| elements | jsonb | not nulldefault '[]'::jsonb |
| created_at | timestamp with time zone | default now() |
| updated_at | timestamp with time zone | default now() |