alter table player_character
  add created_at timestamptz default current_timestamp not null;