Update v1.0.6.10

This commit is contained in:
sujitprasad
2016-04-01 10:39:51 +05:30
parent 70be91b8a8
commit b3b9467b1a

View File

@@ -20,8 +20,9 @@ class CreateTicketAttachmentTable extends Migration
$table->string('type');
$table->string('poster');
$table->timestamps();
$table->binary('file', 65535)->nullable();
});
\DB::statement('ALTER TABLE `ticket_attachment` ADD `file` MEDIUMBLOB');
}
/**