MySQL Create Table SQL
Table Structure: okayapi_72crm_crm_contacts_business:/tablelist/okayapi_72crm_crm_contacts_business.html
-- MySQL Table okayapi_72crm_crm_contacts_business
-- From: OkayAPI.com
CREATE TABLE `okayapi_72crm_crm_contacts_business` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`business_id` int(11) NOT NULL COMMENT '',
`contacts_id` int(11) NOT NULL COMMENT '',
KEY `business_id` (`business_id`),
KEY `contacts_id` (`contacts_id`),
PRIMARY KEY (`id`)
) ENGINE=InnoDB COMMENT 'CRM-商机联系人关联表';
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 |
---|---|---|---|---|---|---|
business_id | int(11) | 否 | ||||
contacts_id | int(11) | 否 |