Syndicate bookmarks via jobs
This commit is contained in:
parent
917a673f05
commit
f007b24065
9 changed files with 161 additions and 10 deletions
|
@ -20,6 +20,7 @@ class CreateBookmarksTable extends Migration
|
|||
$table->text('content')->nullable();
|
||||
$table->uuid('screenshot')->nullable();
|
||||
$table->string('archive')->nullable();
|
||||
$table->jsonb('syndicates')->nullable();
|
||||
$table->timestamps();
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue