Skip to content

Instantly share code, notes, and snippets.

/*
*
* Table Store
*/
CREATE TABLE IF NOT EXISTS `stores` (
`id` varchar(20) NOT NULL,
`name` varchar(255) DEFAULT NULL,
`store_channel_id` int(11) DEFAULT NULL,
`store_account_id` int(11) DEFAULT NULL,
`city_id` int(11) DEFAULT NULL,