Sublime Snippets for Laravel Migrations
This plugin for Sublime Text 3 allows you to have quick access to most common migration commands.
$table->string('field_name', 255)->unique()->nullable()->default('Default')->comment('Comment');
- Big Increments
- Binary
- Boolean
- Char
- Date
- Date Time
- Date Time Tz
- Decimal
- Double
- Enum
- Float
- Geometry
- Geometry Collection
- Index
- Integer
- String
- Text
- Soft_deletes
- Unique
- Fix_enum (Adds a code to execute migration on tables with any enum field type)