consult log
This commit is contained in:
parent
ccf892e8e8
commit
152bbbe363
8
1751337610_create_consult_log.up.sql
Normal file
8
1751337610_create_consult_log.up.sql
Normal file
@ -0,0 +1,8 @@
|
||||
CREATE TABLE `ufutx_consult_log` (
|
||||
`id` bigint(20) UNSIGNED PRIMARY KEY NOT NULL AUTO_INCREMENT,
|
||||
`name` varchar(191) NOT NULL comment "姓名",
|
||||
`mobile` varchar(191) NOT NULL comment "手机号",
|
||||
`demand` text default NULL comment "需求",
|
||||
`created_at` timestamp null default null,
|
||||
`updated_at` timestamp null default null
|
||||
) ENGINE = InnoDB COMMENT = '合作咨询';
|
Loading…
Reference in New Issue
Block a user