Commit 4774bbc4 authored by Nicolas Widart's avatar Nicolas Widart

Remove width and height columns

parent 8a234bda
......@@ -19,8 +19,6 @@ class CreateFilesTable extends Migration {
$table->string('path');
$table->string('extension');
$table->string('mimetype');
$table->string('width');
$table->string('height');
$table->string('filesize');
$table->integer('folder_id')->unsigned();
$table->timestamps();
......
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