Skip to content

Commit 8983530

Browse files
committed
Match the published DDL exactly
1 parent dbba569 commit 8983530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Schema/Grammar/ModifiesColumns.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ trait ModifiesColumns
1919
* @var string[]
2020
*/
2121
protected $singleStoreModifiers = [
22-
'SeriesTimestamp', 'Sparse', 'Option',
22+
'Sparse', 'SeriesTimestamp', 'Option',
2323
];
2424

2525
protected function addSingleStoreModifiers()

0 commit comments

Comments
 (0)