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 fa0fcff commit 967d989Copy full SHA for 967d989
laravel/documentation/database/schema.md
@@ -71,7 +71,7 @@ Command | Description
71
`$table->blob('data');` | BLOB equivalent to the table
72
`->nullable()` | Designate that the column allows NULL values
73
`->default($value)` | Declare a default value for a column
74
-`->unsigned()` | Set INTERGER to UNSIGNED
+`->unsigned()` | Set INTEGER to UNSIGNED
75
76
> **Note:** Laravel's "boolean" type maps to a small integer column on all database systems.
77
0 commit comments