3 lines
80 B
MySQL
3 lines
80 B
MySQL
|
-- Add migration script here
|
||
|
alter table history add column deleted_at integer;
|