Commit bf659942 authored by wolfcode's avatar wolfcode

optimize code

parent 60bb2583
...@@ -6,7 +6,7 @@ CREATE TABLE `article` ...@@ -6,7 +6,7 @@ CREATE TABLE `article`
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`title` varchar(100) NOT NULL DEFAULT '', `title` varchar(100) NOT NULL DEFAULT '',
`desc` varchar(255) NOT NULL DEFAULT '', `desc` varchar(255) NOT NULL DEFAULT '',
`category_id` int(10) unsigned NOT NULL DEFAULT '0', `category_id` int(10) unsigned NOT NULL DEFAULT '0',
`img` varchar(255) NOT NULL DEFAULT '', `img` varchar(255) NOT NULL DEFAULT '',
`content` longtext, `content` longtext,
`article_date` date DEFAULT NULL, `article_date` date DEFAULT NULL,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment