service cert
This commit is contained in:
parent
3945b9e85f
commit
1996ba9577
@ -1,7 +1,7 @@
|
|||||||
CREATE TABLE `health`.`ufutx_service_cert` (
|
CREATE TABLE `health`.`ufutx_service_cert` (
|
||||||
`id` INT NOT NULL AUTO_INCREMENT,
|
`id` INT NOT NULL AUTO_INCREMENT,
|
||||||
`user_id` INT NOT NULL COMMENT "用户id",
|
`user_id` INT NOT NULL COMMENT "用户id",
|
||||||
`type` TINYINT DEFAULT 1 COMMENT '证书类型 1:友福;2:第三方1,3:第三方2',
|
`type` TINYINT DEFAULT 1 COMMENT '证书类型 1:友福;2:第三方1,3:第三方2 ',
|
||||||
`pic` VARCHAR(191) DEFAULT NULL COMMENT "图片",
|
`pic` VARCHAR(191) DEFAULT NULL COMMENT "图片",
|
||||||
`created_at` TIMESTAMP NULL DEFAULT NULL,
|
`created_at` TIMESTAMP NULL DEFAULT NULL,
|
||||||
`updated_at` TIMESTAMP NULL DEFAULT NULL,
|
`updated_at` TIMESTAMP NULL DEFAULT NULL,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user