mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 17:01:16 +00:00
Fix migration
This commit is contained in:
@@ -15,7 +15,7 @@ return new class extends Migration
|
||||
$table->id();
|
||||
$table->unsignedInteger('user_id');
|
||||
$table->unsignedBigInteger('role_promotion_id');
|
||||
$table->unsignedBigInteger('role_id');
|
||||
$table->unsignedInteger('role_id');
|
||||
$table->integer('days_added')->comment('Number of days added to role expiry');
|
||||
$table->dateTime('previous_expiry_date')->nullable()->comment('Previous role expiry date before promotion');
|
||||
$table->dateTime('new_expiry_date')->nullable()->comment('New role expiry date after promotion');
|
||||
|
||||
Reference in New Issue
Block a user