dingDanSql/zhan.sql
2025-04-28 10:46:33 +08:00

29 lines
1.1 KiB
SQL
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

-- testdb.zhan definition
CREATE TABLE `zhan` (
`` varchar(50) NOT NULL,
`` varchar(50) DEFAULT NULL,
`` varchar(50) DEFAULT NULL,
`` varchar(50) DEFAULT NULL,
`` double DEFAULT NULL,
`` double DEFAULT NULL,
`` varchar(50) DEFAULT NULL,
`` int DEFAULT NULL,
`` int DEFAULT NULL,
`` int DEFAULT NULL,
`` varchar(50) DEFAULT NULL,
`` varchar(50) DEFAULT NULL,
`` varchar(128) DEFAULT NULL,
`` double DEFAULT NULL,
`` double DEFAULT NULL,
`` varchar(50) DEFAULT NULL,
`` int DEFAULT NULL,
`` varchar(50) DEFAULT NULL,
`` varchar(50) DEFAULT NULL,
`` int DEFAULT NULL,
`` varchar(50) DEFAULT NULL,
`` varchar(50) DEFAULT NULL,
`` varchar(50) DEFAULT NULL,
`` varchar(50) DEFAULT NULL,
PRIMARY KEY (``)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;