service certy
This commit is contained in:
parent
87b52ff578
commit
3945b9e85f
9
1778550089_create_service_cert.up.sql
Normal file
9
1778550089_create_service_cert.up.sql
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
CREATE TABLE `health`.`ufutx_service_cert` (
|
||||||
|
`id` INT NOT NULL AUTO_INCREMENT,
|
||||||
|
`user_id` INT NOT NULL COMMENT "用户id",
|
||||||
|
`type` TINYINT DEFAULT 1 COMMENT '证书类型 1:友福;2:第三方1,3:第三方2',
|
||||||
|
`pic` VARCHAR(191) DEFAULT NULL COMMENT "图片",
|
||||||
|
`created_at` TIMESTAMP NULL DEFAULT NULL,
|
||||||
|
`updated_at` TIMESTAMP NULL DEFAULT NULL,
|
||||||
|
PRIMARY KEY (`id`)
|
||||||
|
) ENGINE = InnoDB COMMENT = '服务资质证书';
|
||||||
Loading…
Reference in New Issue
Block a user