Commit 571058ab by biao

1

parent 8e03e4aa
......@@ -359,8 +359,7 @@ CREATE TABLE IF NOT EXISTS certificate_mst(
registration_date timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
title varchar(128) NOT NULL,
front_image varchar(64) NOT NULL,
point text,
status varchar(64) NOT NULL DEFAULT '0',
display_order bigint NOT NULL DEFAULT '1',
delete_flg tinyint(1) NOT NULL DEFAULT '0'
) ENGINE = INNODB DEFAULT CHARSET=utf8mb4;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment