Revision 1887
Added by Dietmar over 11 years ago
websitebaker.sql | ||
---|---|---|
73 | 73 |
`custom01` varchar(255){TABLE_COLLATION} NOT NULL DEFAULT '', |
74 | 74 |
`custom02` varchar(255){TABLE_COLLATION} NOT NULL DEFAULT '', |
75 | 75 |
PRIMARY KEY (`page_id`) |
76 |
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
|
|
76 |
) {TABLE_ENGINE};
|
|
77 | 77 |
-- |
78 | 78 |
-- Structure of table '{TABLE_PREFIX}sections' |
79 | 79 |
-- |
... | ... | |
87 | 87 |
`publ_start` varchar(255){TABLE_COLLATION} NOT NULL DEFAULT '0', |
88 | 88 |
`publ_end` varchar(255){TABLE_COLLATION} NOT NULL DEFAULT '0', |
89 | 89 |
PRIMARY KEY (`section_id`) |
90 |
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
|
|
90 |
) {TABLE_ENGINE};
|
|
91 | 91 |
-- |
92 | 92 |
-- Structure of table '{TABLE_PREFIX}users' |
93 | 93 |
-- |
Also available in: Unified diff
! update WbDatabase SqlImport parameter,