Skip to content

Commit

Permalink
update migration
Browse files Browse the repository at this point in the history
  • Loading branch information
railken committed Mar 29, 2024
1 parent 0ffdb02 commit 4e0d5b3
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 @@ class CreateConfigTable extends Migration
public function up()
{
Schema::create(Config::get('amethyst.config.data.config.table'), function (Blueprint $table) {
$table->increments('id');
$table->id();
$table->string('key')->index();
$table->text('value')->nullable();
$table->timestamps();
Expand Down

0 comments on commit 4e0d5b3

Please sign in to comment.