diff --git a/1722395603_table_lotto_code_add_deleted_at.up.sql b/1722395603_table_lotto_code_add_deleted_at.up.sql index 8e6ff69..7a35606 100644 --- a/1722395603_table_lotto_code_add_deleted_at.up.sql +++ b/1722395603_table_lotto_code_add_deleted_at.up.sql @@ -1,2 +1,2 @@ alter table `ufutx_lotto_codes` -add column deleted_at timestamp default null \ No newline at end of file +ADD COLUMN `deleted_at` timestamp default null \ No newline at end of file