elseware/src/entity/gateway/postgres/migrations/V0010__char_create_timestamp.sql
jake aa019d4ea9
Some checks failed
continuous-integration/drone/push Build is failing
pick the newest character for a slot when recreating
2023-01-29 23:57:17 -07:00

3 lines
94 B
SQL

alter table player_character
add created_at timestamptz default current_timestamp not null;