alter table player_character
  drop column playtime;

alter table player_character
  add playtime integer not null;