CREATE TABLE `ufutx_article_category`( `id` bigint(20) UNSIGNED PRIMARY KEY NOT NULL AUTO_INCREMENT, `name` varchar(191) NOT NULL comment "名称", `sort` integer(11) default 0 comment "排序", `created_at` timestamp null default null, `updated_at` timestamp null default null ) ENGINE = InnoDB COMMENT = '文章分类';