bgg-ottawa-sell-club/db/migrations/20240201201248_last-updated...

9 lines
124 B
SQL

-- migrate:up
alter table game
add column updated_at text;
-- migrate:down
alter table game drop column updated_at;