We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ace165c commit 78caabbCopy full SHA for 78caabb
tests/schema.sql
@@ -71,10 +71,10 @@ ALTER TABLE `typemix`
71
MODIFY `pid` int NOT NULL AUTO_INCREMENT;
72
73
CREATE TABLE `cmsdomain` (
74
- `id` int(11) NOT NULL,
75
- `cmsdomainid` int(11) NOT NULL,
76
- `url` varchar(255) COLLATE latin1_german1_ci NOT NULL,
77
- `standard` tinyint(1) NOT NULL
+ `id` int(11) NOT NULL,
+ `cmsdomainid` int(11) NOT NULL,
+ `url` varchar(255) COLLATE latin1_german1_ci NOT NULL,
+ `standard` tinyint(1) NOT NULL
78
) ENGINE=MyISAM;
79
80
ALTER TABLE `cmsdomain`
0 commit comments