We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa6afed commit ce61872Copy full SHA for ce61872
1 file changed
tests/Unit/Command/SqlGeneratorCommandTest.php
@@ -52,7 +52,7 @@ public function testSimple() : void
52
`col8` DATETIME NOT NULL,
53
`col9` DATETIME NOT NULL,
54
`col10` INT(11) NOT NULL DEFAULT 5,
55
- `col11` DOUBLE(11) NOT NULL DEFAULT 0.005,
+ `col11` DOUBLE NOT NULL DEFAULT 0.005,
56
57
FOREIGN KEY (`col7_id`) REFERENCES `col7`(`id`)
58
)
0 commit comments