Skip to content

Commit

Permalink
set column type to "json"
Browse files Browse the repository at this point in the history
  • Loading branch information
Boy132 committed Jun 10, 2024
1 parent ede3a57 commit 8e208c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
public function up(): void
{
Schema::table('api_keys', function (Blueprint $table) {
$table->text('permissions');
$table->json('permissions');
});

foreach (ApiKey::query() as $apiKey) {
Expand Down

0 comments on commit 8e208c9

Please sign in to comment.