Commit fa0fcff3 authored by Tobsn's avatar Tobsn

added unsigned() description

was missing…
parent f31c6dc3
......@@ -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 INTERGER to UNSIGNED
> **Note:** Laravel's "boolean" type maps to a small integer column on all database systems.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment