new instance for 227

This commit is contained in:
Mathieu Lagace
2019-08-28 09:28:02 -04:00
parent 509a135e74
commit a3156ac246
12 changed files with 334 additions and 144 deletions

View File

@@ -15,7 +15,7 @@ class CreatePicturesTable extends Migration
{
Schema::create('pictures', function (Blueprint $table) {
$table->increments('id');
$table->string('url');
$table->text('url');
$table->string('title');
$table->text('desc');
$table->integer('pictureable_id');