crpm-proj-code-set/xtbgxt/sql/init/crpm_e5a3ec_1f963b.sql
2025-06-30 15:17:54 +08:00

10 lines
509 B
SQL
Raw 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.

CREATE TABLE `crpm_e5a3ec_1f963b` (
`id` BIGINT NOT NULL AUTO_INCREMENT PRIMARY KEY,
`wjm` varchar(255) DEFAULT NULL COMMENT '文件名',
`wjlj` varchar(255) DEFAULT NULL COMMENT '文件路径',
`wjdxzj` varchar(255) DEFAULT NULL COMMENT '文件大小(字节)',
`cjsj` varchar(255) DEFAULT NULL COMMENT '创建时间',
`xgsj` varchar(255) DEFAULT NULL COMMENT '修改时间',
`zhfwsj` varchar(255) DEFAULT NULL COMMENT '最后访问时间',
`sfsc` varchar(255) DEFAULT NULL COMMENT '是否删除'
);