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 5bcb9db commit bd2fdadCopy full SHA for bd2fdad
dev/tests/setup-integration/_files/Magento/TestSetupDeclarationModule2/fixture/shards.mysql8.php
@@ -5,12 +5,12 @@
5
*/
6
return [
7
'test_table_one' => 'CREATE TABLE `test_table_one` (
8
- `smallint` smallint NOT NULL AUTO_INCREMENT,,
+ `smallint` smallint NOT NULL AUTO_INCREMENT,
9
`varchar` varchar(254) DEFAULT NULL,
10
PRIMARY KEY (`smallint`)
11
) ENGINE=InnoDB DEFAULT CHARSET=utf8',
12
'test_table_two' => 'CREATE TABLE `test_table_two` (
13
14
15
16
0 commit comments