15 lines
241 B
SQL
15 lines
241 B
SQL
#
|
|
# Table structure for table 'pages'
|
|
#
|
|
CREATE TABLE pages (
|
|
KEY post_crdate (crdate_year, crdate_month)
|
|
);
|
|
|
|
|
|
#
|
|
# Table structure for table 'sys_category'
|
|
#
|
|
CREATE TABLE sys_category (
|
|
record_type int(11) unsigned DEFAULT '1' NOT NULL
|
|
);
|