EQ2EMu/DB/updates/character_items_updatedcolumn_june30_2022.sql
2022-07-02 21:28:41 -04:00

2 lines
201 B
SQL

alter table character_items add column last_saved timestamp default current_timestamp on update current_timestamp;
alter table character_items add column created timestamp default current_timestamp;