mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2026-03-03 02:57:01 +00:00
Fixes for migrations
This commit is contained in:
@@ -12,7 +12,7 @@ return new class extends Migration
|
||||
Schema::create('e_invoicing_tokens', function (Blueprint $table) {
|
||||
$table->id();
|
||||
$table->string('license',64);
|
||||
$table->uuid('token',64)->unique()->index();
|
||||
$table->uuid('token')->unique()->index();
|
||||
$table->string('account_key',64);
|
||||
$table->timestamps();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user