MySQL Create Table SQL
Table Structure: okayapi_eduwind_ew_entity:/tablelist/okayapi_eduwind_ew_entity.html
-- MySQL Table okayapi_eduwind_ew_entity
-- From: OkayAPI.com
CREATE TABLE `okayapi_eduwind_ew_entity` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`okayapi_eduwind_ew_entity_type` char(32) NOT NULL COMMENT 'user,group,post,comment',
KEY `okayapi_eduwind_ew_entity_type` (`okayapi_eduwind_ew_entity_type`),
PRIMARY KEY (`id`)
) ENGINE=InnoDB COMMENT 'EW在线教育-可挂载对象';
After replication, you can go to the database to create the database table.
MySQL database table structure design
Displaying 1-1 of 1 result.
Field Name | Field Type | Default | IS NULL | Field Comment | Index | Demo Data |
---|---|---|---|---|---|---|
okayapi_eduwind_ew_entity_type | char(32) | 否 | user,group,post,comment |