Skip to content

Commit

Permalink
Update column types table with newly added types.
Browse files Browse the repository at this point in the history
  • Loading branch information
aejnsn committed Mar 29, 2016
1 parent 67afde3 commit 34b0d68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions migrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,8 @@ Command | Description
`$table->timestamp('added_on');` | TIMESTAMP equivalent for the database.
`$table->timestamps();` | Adds `created_at` and `updated_at` columns.
`$table->uuid('id');` | UUID equivalent for the database.
`$table->ipAddress('visitor');` | IP address equivalent for the database.
`$table->macAddress('device');` | MAC address equivalent for the database.

#### Column Modifiers

Expand Down

0 comments on commit 34b0d68

Please sign in to comment.