api ms group by slug, views, ins
This commit is contained in:
@ -20,6 +20,8 @@ return new class extends Migration {
|
||||
$table->string("dependence", 255)->nullable(true);
|
||||
$table->text("path_to_archive")->nullable(false);
|
||||
$table->integer("status")->default(1);
|
||||
$table->integer("installations")->nullable(false)->default(0);
|
||||
$table->integer("views")->nullable(false)->default(0);
|
||||
$table->timestamps();
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user