We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edcc389 commit d6fd161Copy full SHA for d6fd161
migrations.md
@@ -287,7 +287,7 @@ Modifier | Description
287
`->after('column')` | Place the column "after" another column (MySQL)
288
`->autoIncrement()` | Set INTEGER columns as auto-increment (primary key)
289
`->charset('utf8')` | Specify a character set for the column (MySQL)
290
-`->collation('utf8_unicode_ci')` | Specify a collation for the column (MySQL/SQL Server)
+`->collation('utf8_unicode_ci')` | Specify a collation for the column (MySQL/PostgreSQL/SQL Server)
291
`->comment('my comment')` | Add a comment to a column (MySQL/PostgreSQL)
292
`->default($value)` | Specify a "default" value for the column
293
`->first()` | Place the column "first" in the table (MySQL)
0 commit comments