dingDanSql/yingshou2025.sql
2025-06-04 17:01:20 +08:00

20 lines
869 B
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.yingshou2025 definition
CREATE TABLE `yingshou2025` (
`` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
`` double DEFAULT NULL,
`` double DEFAULT NULL,
`` double DEFAULT NULL,
`` double DEFAULT NULL,
`` double DEFAULT NULL,
`` double DEFAULT NULL,
`` double DEFAULT NULL,
`` double DEFAULT NULL,
`` double DEFAULT NULL,
`退` double DEFAULT NULL,
`退` double DEFAULT NULL,
`退` double DEFAULT NULL,
`` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (``),
UNIQUE KEY `yingshou2025_时间_IDX` (``) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;