feat: bigint to ulid

This commit is contained in:
2026-05-27 13:24:53 +02:00
parent 1216c8a073
commit 5d2f4d0ee0
2 changed files with 31 additions and 1 deletions
@@ -13,7 +13,7 @@ return new class extends Migration
{
Schema::create('subscriptions', function (Blueprint $table) {
$table->id();
$table->foreignId('user_id');
$table->foreignUlid('user_id');
$table->string('type');
$table->string('stripe_id')->unique();
$table->string('stripe_status');