Browse Source

dann typo

i had one job…
Tobsn 12 years ago
parent
commit
967d9898ae
1 changed files with 1 additions and 1 deletions
  1. 1 1
      laravel/documentation/database/schema.md

+ 1 - 1
laravel/documentation/database/schema.md

@@ -71,7 +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
+`->unsigned()`  |  Set INTEGER to UNSIGNED
 
 > **Note:** Laravel's "boolean" type maps to a small integer column on all database systems.