+ 立即免费创建此表 返回数据库大全

MySQL建表SQL语句

数据库结构:openant电商-制造商:https://open.yesapi.cn/tablelist/yesapi_openant_manufacturer.html


-- 数据库大全:openant电商-制造商
-- 来源:YesApi.cn
CREATE TABLE `yesapi_openant_manufacturer` (
    `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
    `manufacturer_id` int(11) NOT NULL COMMENT '',
    `store_id` int(11) NOT NULL COMMENT '',
    `image` varchar(255) NOT NULL COMMENT '',
    `sort_order` int(3) NOT NULL COMMENT '',
    `yesapi_openant_manufacturer_status` tinyint(1) NOT NULL COMMENT '',
    `date_added` datetime NOT NULL COMMENT '',
    `date_modified` datetime NOT NULL COMMENT '',
    PRIMARY KEY (`id`)
) ENGINE=InnoDB COMMENT 'openant电商-制造商';

复制后,到数据库执行,即可创建此数据库表。


MySQL数据库表结构设计

第 1-7 条, 共 7 条.
字段名称字段类型字段默认值是否允许为空字段描述索引字段数据示例
manufacturer_idint(11)无索引
store_idint(11)无索引
imagevarchar(255)无索引
sort_orderint(3)无索引
yesapi_openant_manufacturer_statustinyint(1)无索引
date_addeddatetime无索引
date_modifieddatetime无索引

猜你喜欢

MySQL数据库设计 商品表

MySQL数据库设计 商品评价

MySQL数据库设计 openant电商-

MySQL数据库设计 openant电商-市场提醒

MySQL数据库设计 openant电商-市场提醒描述

MySQL数据库设计 openant电商-API接口

MySQL数据库设计 openant电商-属性

MySQL数据库设计 openant电商-属性分组

MySQL数据库设计 openant电商-属性分组

MySQL数据库设计 openant电商-属性分组描述

MySQL数据库设计 openant电商-顶部

MySQL数据库设计 openant电商-顶部大图

MySQL数据库设计 openant电商-顶部图片描述

MySQL数据库设计 openant电商-条形码

MySQL数据库设计 openant电商-条形码描述

MySQL数据库设计 openant电商-论坛活动

MySQL数据库设计 openant电商-论坛讨论

MySQL数据库设计 openant电商-论坛讨论描述

MySQL数据库设计 openant电商-论坛版块

MySQL数据库设计 openant电商-论坛版块说明



回到顶部 ↑