api_id int not_null auto_increment
username varchar(64) not_null
api_key text not_null
status tinyint(1) not_null defaut(0)
date_added datetime not_null
date_modified datetime not_null
get_product_status tinyint(1) not_null defaut(0)
update_product_status tinyint(1) not_null defaut(0)
insert_product_status tinyint(1) not_null defaut(0)
delete_product_status tinyint(1) not_null defaut(0)
get_categories_status tinyint(1) not_null defaut(0)
update_categories_status tinyint(1) not_null defaut(0)
insert_categories_status tinyint(1) not_null defaut(0)
delete_categories_status tinyint(1) not_null defaut(0)
get_customer_status tinyint(1) not_null defaut(0)
update_customer_status tinyint(1) not_null defaut(0)
insert_customer_status tinyint(1) not_null defaut(0)
delete_customer_status tinyint(1) not_null defaut(0)
get_order_status tinyint(1) not_null defaut(0)
update_order_status tinyint(1) not_null defaut(0)
insert_order_status tinyint(1) not_null defaut(0)
delete_order_status tinyint(1) not_null defaut(0)
get_manufacturer_status tinyint(1) not_null defaut(0)
update_manufacturer_status tinyint(1) not_null defaut(0)
insert_manufacturer_status tinyint(1) not_null defaut(0)
delete_manufacturer_status tinyint(1) not_null defaut(0)
get_supplier_status tinyint(1) not_null defaut(0)
update_supplier_status tinyint(1) not_null defaut(0)
insert_supplier_status tinyint(1) not_null defaut(0)
delete_supplier_status tinyint(1) not_null defaut(0)

--
primary api_id
idx_api_id api_id
##
engine innodb
character_set utf8mb4
collate utf8mb4_unicode_ci