MySQL Create Table SQL
Table Structure: okayapi_box_service_boxbillinglicense:/tablelist/okayapi_box_service_boxbillinglicense.html
-- MySQL Table okayapi_box_service_boxbillinglicense
-- From: OkayAPI.com
CREATE TABLE `okayapi_box_service_boxbillinglicense` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`client_id` bigint(20) NULL COMMENT '',
`oid` varchar(255) NULL COMMENT '',
KEY `client_id` (`client_id`),
KEY `oid` (`oid`),
PRIMARY KEY (`id`)
) ENGINE=InnoDB COMMENT '主机销售-主机许可服务';
After replication, you can go to the database to create the database table.
MySQL database table structure design
Displaying 1-2 of 2 results.
Field Name | Field Type | Default | IS NULL | Field Comment | Index | Demo Data |
---|---|---|---|---|---|---|
client_id | bigint(20) | 是 | Normal Index | |||
oid | varchar(255) | 是 | Unique Index |