From 913793ac2c03428ee566d7eda4c85f80a78cdcb0 Mon Sep 17 00:00:00 2001 From: chenzhi Date: Thu, 9 Jul 2020 15:24:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=89=93=E6=AC=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Data/update.sql | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Data/update.sql b/Data/update.sql index 6bb4dde8e..aa6d436fe 100644 --- a/Data/update.sql +++ b/Data/update.sql @@ -2163,3 +2163,6 @@ CREATE TABLE `tab_payment_member` ( ) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='打款登陆账号'; +INSERT INTO `tab_payment_member` (`id`, `real_name`, `mobile`, `last_login_time`) VALUES ('1', '胡歌', '18959188422', '0') + +