fix CSS & add description
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user