Skip to content

Commit d6fd161

Browse files
committed
Support collation() on PostgreSQL
1 parent edcc389 commit d6fd161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

migrations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ Modifier | Description
287287
`->after('column')` | Place the column "after" another column (MySQL)
288288
`->autoIncrement()` | Set INTEGER columns as auto-increment (primary key)
289289
`->charset('utf8')` | Specify a character set for the column (MySQL)
290-
`->collation('utf8_unicode_ci')` | Specify a collation for the column (MySQL/SQL Server)
290+
`->collation('utf8_unicode_ci')` | Specify a collation for the column (MySQL/PostgreSQL/SQL Server)
291291
`->comment('my comment')` | Add a comment to a column (MySQL/PostgreSQL)
292292
`->default($value)` | Specify a "default" value for the column
293293
`->first()` | Place the column "first" in the table (MySQL)

0 commit comments

Comments
 (0)