+ Use This Table All Design

MySQL Create Table SQL

Table Structure: okayapi_lvyou_jee_email:/tablelist/okayapi_lvyou_jee_email.html


-- MySQL Table okayapi_lvyou_jee_email
-- From: OkayAPI.com
CREATE TABLE `okayapi_lvyou_jee_email` (
    `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
    `send_id` int(11) NULL COMMENT '',
    `okayapi_lvyou_jee_email_type` varchar(50) NULL COMMENT '',
    `receive` text NULL COMMENT '',
    `send_time` int(11) NULL COMMENT '',
    `create_time` int(11) NULL COMMENT '',
    `title` varchar(255) NULL COMMENT '',
    `content` text NULL COMMENT '',
    `att_id` varchar(255) NULL COMMENT '',
    `okayapi_lvyou_jee_email_status` tinyint(1) NULL COMMENT '',
    KEY `send_id` (`send_id`),
    KEY `okayapi_lvyou_jee_email_type` (`okayapi_lvyou_jee_email_type`),
    KEY `receive` (`receive`),
    KEY `send_time` (`send_time`),
    KEY `create_time` (`create_time`),
    KEY `title` (`title`),
    KEY `content` (`content`),
    KEY `att_id` (`att_id`),
    KEY `okayapi_lvyou_jee_email_status` (`okayapi_lvyou_jee_email_status`),
    PRIMARY KEY (`id`)
) ENGINE=InnoDB COMMENT 'lvyou旅游-短信发送记录';

After replication, you can go to the database to create the database table.


MySQL database table structure design

Displaying 1-9 of 9 results.
Field NameField TypeDefaultIS NULLField CommentIndexDemo Data
send_idint(11)
okayapi_lvyou_jee_email_typevarchar(50)
receivetext
send_timeint(11)
create_timeint(11)
titlevarchar(255)
contenttext
att_idvarchar(255)
okayapi_lvyou_jee_email_statustinyint(1)

Guess You Like

MySQL Table Design okayapi_opentrip_travel_admin

MySQL Table Design okayapi_opentrip_travel_category

MySQL Table Design okayapi_opentrip_travel_order

MySQL Table Design okayapi_opentrip_travel_product

MySQL Table Design okayapi_opentrip_travel_shopcart

MySQL Table Design okayapi_opentrip_travel_user

MySQL Table Design okayapi_travel_agents

MySQL Table Design okayapi_travel_agent_users

MySQL Table Design okayapi_travel_categories

MySQL Table Design okayapi_travel_depots

MySQL Table Design okayapi_travel_depot_annuals

MySQL Table Design okayapi_travel_depot_logs

MySQL Table Design okayapi_travel_depot_staffs

MySQL Table Design okayapi_travel_depot_vouchers

MySQL Table Design okayapi_travel_devices

MySQL Table Design okayapi_travel_exist_statistics

MySQL Table Design okayapi_travel_features

MySQL Table Design okayapi_travel_groups

MySQL Table Design okayapi_travel_orders

MySQL Table Design okayapi_travel_staff_exchanges

TOP ↑