Skip to content

Commit 12dcc89

Browse files
committed
sqlserver now uses datetimefractional by default
for columns generated by cakephp, datetime and timestamp columns use fractional versions.
1 parent 6e45eba commit 12dcc89

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/TestCase/View/Helper/MigrationHelperTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,9 @@ public function setUp(): void
123123
'comment' => null,
124124
'precision' => 7,
125125
];
126+
$this->types = [
127+
'timestamp' => 'datetimefractional',
128+
];
126129
}
127130
}
128131

0 commit comments

Comments
 (0)