3 lines
53 B
SQL
3 lines
53 B
SQL
alter table player_character
|
|
add playtime integer;
|
alter table player_character
|
|
add playtime integer;
|