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 f31c6dc commit fa0fcffCopy full SHA for fa0fcff
laravel/documentation/database/schema.md
@@ -71,6 +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
75
76
> **Note:** Laravel's "boolean" type maps to a small integer column on all database systems.
77
0 commit comments