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

9 lines
124 B
MySQL
Raw Normal View History

2024-02-01 20:27:38 +00:00
-- migrate:up
alter table game
add column updated_at text;
-- migrate:down
alter table game drop column updated_at;