1
This commit is contained in:
Anfioo
2026-02-01 15:46:37 +08:00
parent 2d386f2f86
commit 3a93338642
2 changed files with 5 additions and 0 deletions

View File

@@ -18,6 +18,9 @@
--
-- Table structure for table `huiyuan_age`
--
CREATE DATABASE IF NOT EXISTS jimureport;
USE jimureport;
DROP TABLE IF EXISTS `huiyuan_age`;
/*!40101 SET @saved_cs_client = @@character_set_client */;

View File

@@ -18,6 +18,8 @@
--
-- Table structure for table `account`
--
CREATE DATABASE IF NOT EXISTS mall;
USE mall;
DROP TABLE IF EXISTS `account`;
/*!40101 SET @saved_cs_client = @@character_set_client */;