Club System
This commit is contained in:
@@ -24,7 +24,7 @@ return new class extends Migration
|
||||
$table->string( 'main_image' )->nullable();
|
||||
|
||||
// TODO: Replace it by state.
|
||||
$table->enum( 'status', [ 'draft', 'pending', 'published', 'locked', 'hidden' ] )->default('draft');
|
||||
$table->enum( 'state', [ 'draft', 'pending', 'published', 'locked', 'hidden' ] )->default('draft');
|
||||
$table->boolean('featured')->default(false);
|
||||
|
||||
// FK
|
||||
|
||||
Reference in New Issue
Block a user