Add a column for archive link
This commit is contained in:
parent
0084763082
commit
6c2b73c574
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ class CreateBookmarksTable extends Migration
|
|||
$table->string('name')->nullable();
|
||||
$table->text('content')->nullable();
|
||||
$table->uuid('screenshot')->nullable();
|
||||
$table->string('archve')->nullable();
|
||||
$table->timestamps();
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue