MySQL Create Table SQL
Table Structure: okayapi_openant_openant:/tablelist/okayapi_openant_openant.html
-- MySQL Table okayapi_openant_openant
-- From: OkayAPI.com
CREATE TABLE `okayapi_openant_openant` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`ip_address` varchar(45) NOT NULL COMMENT '',
`okayapi_openant_openant_timestamp` int(10) NOT NULL DEFAULT '0' COMMENT '',
`okayapi_openant_openant_data` blob NOT NULL COMMENT '',
KEY `ip_address` (`ip_address`),
KEY `okayapi_openant_openant_timestamp` (`okayapi_openant_openant_timestamp`),
KEY `okayapi_openant_openant_data` (`okayapi_openant_openant_data`),
PRIMARY KEY (`id`)
) ENGINE=InnoDB COMMENT 'openant电商-openant';
After replication, you can go to the database to create the database table.
MySQL database table structure design
Displaying 1-3 of 3 results.
Field Name | Field Type | Default | IS NULL | Field Comment | Index | Demo Data |
---|---|---|---|---|---|---|
ip_address | varchar(45) | 否 | ||||
okayapi_openant_openant_timestamp | int(10) | 0 | 否 | 0 | ||
okayapi_openant_openant_data | blob | 否 |