feat: migration change for apk updates

mobile
ricky rx 2 years ago
parent a64a017f00
commit 5d902d6117

@ -15,6 +15,7 @@ return new class extends Migration
$table->string('name', 100);
$table->string('file');
$table->integer('version_code');
$table->string('change_note')->nullable();
$table->timestamps();
});
}

Loading…
Cancel
Save