Save an archive link of bookmarks

This commit is contained in:
Jonny Barnes 2017-10-13 13:06:51 +01:00
parent 7688bb51d9
commit 917a673f05
2 changed files with 3 additions and 3 deletions

View file

@ -19,7 +19,7 @@ class CreateBookmarksTable extends Migration
$table->string('name')->nullable();
$table->text('content')->nullable();
$table->uuid('screenshot')->nullable();
$table->string('archve')->nullable();
$table->string('archive')->nullable();
$table->timestamps();
});
}