ew_base/ext_tables.sql
Sebastian Fischer 5319bd35a5 First commit
2024-02-09 17:13:28 +01:00

8 lines
123 B
SQL
Executable File

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