Skip to content

Commit 967d989

Browse files
committed
dann typo
i had one job…
1 parent fa0fcff commit 967d989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

laravel/documentation/database/schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +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
74+
`->unsigned()` | Set INTEGER to UNSIGNED
7575

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

0 commit comments

Comments
 (0)