category default limit
This commit is contained in:
parent
5a593bbe7b
commit
ff6d4a0a84
|
|
@ -14,7 +14,7 @@ class AddLimitToCategoriesTable extends Migration
|
|||
public function up()
|
||||
{
|
||||
Schema::table('categories', function (Blueprint $table) {
|
||||
$table->decimal('product_limit')->unsigned()->default(500);
|
||||
$table->integer('product_limit')->unsigned()->default(500);
|
||||
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue