character_items_updatedcolumn_june30_2022.sql 201 B

12
  1. alter table character_items add column last_saved timestamp default current_timestamp on update current_timestamp;
  2. alter table character_items add column created timestamp default current_timestamp;