From 8063a4476ae1230a50b4eb51983cbd549c4ededc Mon Sep 17 00:00:00 2001 From: Hankin Date: Wed, 31 Jul 2024 15:22:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=BD=E5=A5=96=E7=A0=81=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E8=BD=AF=E5=88=A0=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 1722395603_table_lotto_code_add_deleted_at.up.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1722395603_table_lotto_code_add_deleted_at.up.sql b/1722395603_table_lotto_code_add_deleted_at.up.sql index 7a35606..c94df9a 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 NULL \ No newline at end of file