fix CSS & add description

This commit is contained in:
2020-08-02 11:22:19 +02:00
parent 8d49c38115
commit 81b600339f
6 changed files with 12 additions and 7 deletions

View File

@@ -17,6 +17,7 @@ class CreateBookmarksTable extends Migration
$table->id();
$table->unsignedBigInteger('user_id');
$table->string('name')->nullable();
$table->string('description')->nullable();
$table->string('url');
$table->string('favicon')->nullable();
$table->timestamps();