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