main

Data table

Migration run against the main data table when the project is imported.

miro.boards
ColumnTypeConstraints
iduuid
not nullprimary keydefault gen_random_uuid()
nametext
not null
elementsjsonb
not nulldefault '[]'::jsonb
created_attimestamp with time zone
default now()
updated_attimestamp with time zone
default now()