We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae76d73 commit 9b85b7eCopy full SHA for 9b85b7e
Database/Migrations/2024_03_26_020159_create_crontab.php
@@ -35,7 +35,7 @@ public function up(): void
35
$table->tinyInteger('is_singleton')->default(0);
36
$table->string('memo', 60)->default(null);
37
$table->string('type', 10);
38
- $table->string('rule', 10);
+ $table->string('rule', 30);
39
$table->text('value');
40
$table->datetimes();
41
});
0 commit comments