ew_base/ext_tables.sql
2024-12-14 14:03:20 +01:00

8 lines
123 B
SQL

#
# Table structure for table 'pages'
#
CREATE TABLE pages
(
sectionIndex_uid int(11) unsigned DEFAULT '0' NOT NULL
);