fix default completions
This commit is contained in:
@@ -17,7 +17,7 @@ return new class extends Migration
|
||||
$table->text('description');
|
||||
$table->integer('target_count');
|
||||
$table->integer('current_count');
|
||||
$table->jsonb('completions')->default('[]');
|
||||
$table->jsonb('completions');
|
||||
$table->boolean('is_completed')->default(false);
|
||||
$table->timestamps();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user