Skip to content
This repository was archived by the owner on Dec 10, 2018. It is now read-only.

Commit 186c473

Browse files
author
fin
committed
Change SQLite Uuid type from "binary" to "bold"
1 parent e9529b6 commit 186c473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SQLiteGrammar.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ class SQLiteGrammar extends IlluminateSQLiteGrammar
99
{
1010
protected function typeUuid(Fluent $column)
1111
{
12-
return 'binary(16)';
12+
return 'blob(256)';
1313
}
1414
}

0 commit comments

Comments
 (0)