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

MySQL建表SQL语句

数据库结构:openant电商-物流模板:https://open.yesapi.cn/tablelist/yesapi_openant_freight_template.html


-- 数据库大全:openant电商-物流模板
-- 来源:YesApi.cn
CREATE TABLE `yesapi_openant_freight_template` (
    `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
    `freight_template_id` int(11) NOT NULL COMMENT '',
    `store_id` int(11) NOT NULL COMMENT '',
    `yesapi_openant_freight_template_value` float(15,4) NOT NULL COMMENT '',
    `pricing` varchar(1) NOT NULL COMMENT '',
    `sort_order` int(3) NOT NULL COMMENT '',
    PRIMARY KEY (`id`)
) ENGINE=InnoDB COMMENT 'openant电商-物流模板';

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


MySQL数据库表结构设计

第 1-5 条, 共 5 条.
字段名称字段类型字段默认值是否允许为空字段描述索引字段数据示例
freight_template_idint(11)无索引
store_idint(11)无索引
yesapi_openant_freight_template_valuefloat(15,4)无索引
pricingvarchar(1)无索引
sort_orderint(3)无索引

猜你喜欢

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电商-论坛版块说明



回到顶部 ↑