mirror of
https://github.com/modrinth/code.git
synced 2026-08-26 17:44:50 +00:00
4 lines
99 B
SQL
4 lines
99 B
SQL
|
|
ALTER TABLE game_versions
|
|
ADD COLUMN created timestamptz NOT NULL DEFAULT timezone('utc', now());
|