Commit a03bcb52 authored by Franz Liedke's avatar Franz Liedke

Mention default value helper function in database schema documentation.

parent 7140be47
......@@ -69,6 +69,7 @@ Command | Description
`$table->text('description');` | TEXT equivalent to the table
`$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
> **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