beteran-api-kgon-server-ser.../migrations/202208061310_api_kgon_synchronization_game/up.sql
2022-08-16 17:00:26 +00:00

5 lines
181 B
SQL

CREATE TABLE IF NOT EXISTS api_kgon_synchronization_games (
id BIGSERIAL PRIMARY KEY;
created_at BIGINT NOT NULL DEFAULT (extract(epoch from now()) * 1000)
);