ew_bloggy/ext_tables.sql
2025-01-21 20:22:57 +01:00

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
);