Merge pull request #1128 from tobsn/patch-14
added unsigned() description
This commit is contained in:
@@ -71,6 +71,7 @@ Command | Description
|
||||
`$table->blob('data');` | BLOB equivalent to the table
|
||||
`->nullable()` | Designate that the column allows NULL values
|
||||
`->default($value)` | Declare a default value for a column
|
||||
`->unsigned()` | Set INTEGER to UNSIGNED
|
||||
|
||||
> **Note:** Laravel's "boolean" type maps to a small integer column on all database systems.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user