@@ -9,8 +9,7 @@ |
||
| 9 | 9 | */ |
| 10 | 10 | public function up() |
| 11 | 11 | { |
| 12 | - Capsule::schema()->create('media_files', function($table) |
|
| 13 | - { |
|
| 12 | + Capsule::schema()->create('media_files', function($table) { |
|
| 14 | 13 | $table->increments('id'); |
| 15 | 14 | $table->string('file'); |
| 16 | 15 | $table->string('file_info'); |