From c82a189d76e26fc51ccd070833d5df252fe97d82 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 3 Jan 2020 12:17:57 +0800 Subject: [PATCH] update --- update.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sql b/update.sql index 52ab5931..fcdb5270 100644 --- a/update.sql +++ b/update.sql @@ -101,7 +101,7 @@ CREATE TABLE `v2_coupon` ( `started_at` int(11) NOT NULL, `ended_at` int(11) NOT NULL, `created_at` int(11) NOT NULL, - `updated_at` int(11) NOT NULL, + `updated_at` int(11) NOT NULL ); ALTER TABLE `v2_order`