Skip to content

Commit

Permalink
change key filed to text
Browse files Browse the repository at this point in the history
  • Loading branch information
3x1io committed Apr 27, 2022
1 parent e0925ec commit 56b6b2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public function up()
$table->bigIncrements('id');
$table->string('group');
$table->index('group');
$table->string('key');
$table->text('key');
$table->jsonb('text');
$table->jsonb('metadata')->nullable();
$table->string('namespace')->default('*');
Expand Down

0 comments on commit 56b6b2d

Please sign in to comment.