Skip to content

Commit 9b85b7e

Browse files
authored
Update 2024_03_26_020159_create_crontab.php
1 parent ae76d73 commit 9b85b7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Database/Migrations/2024_03_26_020159_create_crontab.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function up(): void
3535
$table->tinyInteger('is_singleton')->default(0);
3636
$table->string('memo', 60)->default(null);
3737
$table->string('type', 10);
38-
$table->string('rule', 10);
38+
$table->string('rule', 30);
3939
$table->text('value');
4040
$table->datetimes();
4141
});

0 commit comments

Comments
 (0)