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

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;