Added a way to starr a product, so it floats on top of the list of products
This commit is contained in:
@@ -31,6 +31,7 @@ if (!Capsule::schema()->hasTable('products')) {
|
||||
$table->string('variantCode');
|
||||
$table->string('modelCode');
|
||||
$table->string('url');
|
||||
$table->boolean('starred')->default(false);
|
||||
$table->timestamps();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user