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 d02f66d commit ffd0504
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 CreateSettingsTable extends Migration
public function up()
{
Schema::create(Config::get('amethyst.setting.data.setting.table'), function (Blueprint $table) {
$table->increments('id');
$table->id();
$table->string('key');
$table->text('value')->nullable();
$table->timestamps();
Expand Down

0 comments on commit ffd0504

Please sign in to comment.