3 lines
94 B
SQL
3 lines
94 B
SQL
alter table player_character
|
|
add created_at timestamptz default current_timestamp not null;
|