Skip to content

Commit ce61872

Browse files
committed
tests
1 parent fa6afed commit ce61872

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Unit/Command/SqlGeneratorCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function testSimple() : void
5252
`col8` DATETIME NOT NULL,
5353
`col9` DATETIME NOT NULL,
5454
`col10` INT(11) NOT NULL DEFAULT 5,
55-
`col11` DOUBLE(11) NOT NULL DEFAULT 0.005,
55+
`col11` DOUBLE NOT NULL DEFAULT 0.005,
5656
5757
FOREIGN KEY (`col7_id`) REFERENCES `col7`(`id`)
5858
)

0 commit comments

Comments
 (0)