Save an archive link of bookmarks
This commit is contained in:
parent
7688bb51d9
commit
917a673f05
2 changed files with 3 additions and 3 deletions
|
@ -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();
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue