Skip to content

Commit

Permalink
a bit too fast
Browse files Browse the repository at this point in the history
  • Loading branch information
ildyria committed Apr 28, 2024
1 parent ac6710f commit 60655d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*/
public function up(): void
{
Schema::create(self::TABLE, function (Blueprint $table) {
Schema::table(self::TABLE, function (Blueprint $table) {
$table->string(self::COLUMN, 300)->nullable()->default(null);
});
}
Expand Down

0 comments on commit 60655d0

Please sign in to comment.