8 lines
123 B
SQL
Executable File
8 lines
123 B
SQL
Executable File
#
|
|
# Table structure for table 'pages'
|
|
#
|
|
CREATE TABLE pages
|
|
(
|
|
sectionIndex_uid int(11) unsigned DEFAULT '0' NOT NULL
|
|
);
|