Going to allow edit of attachment.

This commit is contained in:
James Cole
2015-07-18 22:49:27 +02:00
parent ed4fcc9011
commit fea0557b47
5 changed files with 36 additions and 25 deletions

View File

@@ -25,6 +25,10 @@ class ChangesForV3410 extends Migration
$table->integer('user_id')->unsigned();
$table->string('md5', 32);
$table->string('filename');
$table->string('title')->nullable();
$table->text('description')->nullable();
$table->text('notes')->nullable();
$table->string('mime');
$table->integer('size')->unsigned();
$table->tinyInteger('uploaded', false, true)->default(0);