elseware/src/entity/gateway/postgres/migrations/V0010__char_create_timestamp.sql

3 lines
94 B
MySQL
Raw Normal View History

alter table player_character
add created_at timestamptz default current_timestamp not null;