Skip to content

Commit fa0fcff

Browse files
committed
added unsigned() description
was missing…
1 parent f31c6dc commit fa0fcff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

laravel/documentation/database/schema.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ Command | Description
7171
`$table->blob('data');` | BLOB equivalent to the table
7272
`->nullable()` | Designate that the column allows NULL values
7373
`->default($value)` | Declare a default value for a column
74+
`->unsigned()` | Set INTERGER to UNSIGNED
7475

7576
> **Note:** Laravel's "boolean" type maps to a small integer column on all database systems.
7677

0 commit comments

Comments
 (0)