changes
This commit is contained in:
@@ -13,8 +13,8 @@ return new class extends Migration
|
||||
{
|
||||
Schema::create('manage_rules', function (Blueprint $table) {
|
||||
$table->id();
|
||||
$table->longtext('title')->nullable();
|
||||
$table->longtext('message')->nullable();
|
||||
$table->longtext('whats_inside')->nullable();
|
||||
$table->longtext('rules')->nullable();
|
||||
$table->timestamps();
|
||||
});
|
||||
}
|
||||
|
||||
@@ -15,6 +15,7 @@ return new class extends Migration
|
||||
$table->id();
|
||||
$table->longtext('how_it_works')->nullable();
|
||||
$table->longtext('rules')->nullable();
|
||||
$table->longtext('what_is_referral')->nullable();
|
||||
$table->timestamps();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user