You are on page 1of 1

CREATE TABLE IF NOT EXISTS `company_permissions` (

`id` int(11) NOT NULL,


`name` varchar(255) DEFAULT NULL,
`sort_order` int(11) DEFAULT NULL,
`is_delete` tinyint(1) DEFAULT '0'
) ENGINE=InnoDB AUTO_INCREMENT=40 DEFAULT CHARSET=utf8mb4;

You might also like