Commit 010ec054 authored by Nicolas Widart's avatar Nicolas Widart

Adding the folder id as integer

parent 4c82b883
......@@ -22,7 +22,7 @@ class CreateFilesTable extends Migration {
$table->string('width');
$table->string('height');
$table->string('filesize');
$table->string('folder_id')->unsigned();
$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