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 e38d4cf commit 670143dCopy full SHA for 670143d
dev/tests/setup-integration/_files/Magento/TestSetupDeclarationModule1/fixture/dry_run_log.mysql829.php
@@ -18,7 +18,8 @@
18
`int_unsigned` int UNSIGNED NULL ,
19
`bigint_default_nullable` bigint UNSIGNED NULL DEFAULT 1 ,
20
`bigint_not_default_not_nullable` bigint UNSIGNED NOT NULL ,
21
-CONSTRAINT PRIMARY KEY (`tinyint_ref`)
+CONSTRAINT PRIMARY KEY (`tinyint_ref`),
22
+CONSTRAINT `REFERENCE_TABLE_TINYINT_REF` UNIQUE KEY (`tinyint_ref`)
23
) ENGINE=innodb DEFAULT CHARSET=utf8mb3 DEFAULT COLLATE=utf8mb3_general_ci
24
25
CREATE TABLE `auto_increment_test` (
0 commit comments