-
-
Notifications
You must be signed in to change notification settings - Fork 92
Open
Description
Here is the preview file
Select row copyDROP TABLE IF EXISTS `t_manual`;
24 CREATE TABLE `t_manual` (
25 `id` bigint(20) NOT NULL,
26 `project_id` bigint(20) DEFAULT NULL,
27 `manual_name` varchar(64) DEFAULT NULL,
28 `business_time` varchar(128) DEFAULT NULL,
29 `create_time` datetime DEFAULT NULL,
30 `creator` varchar(64) DEFAULT NULL,
31 PRIMARY KEY (`id`)
32 ) ENGINE=InnoDB DEFAULT CHARSET=utf8;The copied content has a line number, which makes no sense
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels

