MySQL Create Table SQL
Table Structure: okayapi_vhr_empsalary:/tablelist/okayapi_vhr_empsalary.html
-- MySQL Table okayapi_vhr_empsalary
-- From: OkayAPI.com
CREATE TABLE `okayapi_vhr_empsalary` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`eid` int(11) NULL COMMENT '',
`sid` int(11) NULL COMMENT '',
KEY `eid` (`eid`),
KEY `sid` (`sid`),
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 |
---|---|---|---|---|---|---|
eid | int(11) | 是 | Normal Index | |||
sid | int(11) | 是 | Normal Index |