6 lines
116 B
MySQL
Raw Normal View History

2023-01-29 15:32:09 -07:00
alter table player_character
drop column playtime;
alter table player_character
add playtime integer not null;