We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2988fbd commit 99a807dCopy full SHA for 99a807d
app/Models/Plugin.php
@@ -47,9 +47,9 @@ public static function schema(Blueprint $table)
47
$table->boolean('has_dark_theme')->default(false);
48
$table->boolean('has_translations')->default(false);
49
$table->string('image')->nullable();
50
+ $table->boolean('is_draft')->nullable()->default(false);
51
$table->boolean('is_lemon_squeezy_embedded')->nullable()->default(false);
52
$table->boolean('is_presale')->nullable()->default(false);
- $table->boolean('is_draft')->nullable()->default(false);
53
$table->string('name');
54
$table->string('price')->nullable();
55
$table->string('slug');
0 commit comments