Basic user management

This commit is contained in:
2026-02-05 00:46:22 +01:00
parent e280fcfba8
commit 11108bdfcc
55 changed files with 1524 additions and 54 deletions

View File

@@ -9,7 +9,7 @@ return new class extends Migration {
Schema::create('tenants', function (Blueprint $table) {
$table->id();
$table->string('slug')->unique();
$table->string('local_group_name');
$table->string('name');
$table->string('email');
$table->string('url');
$table->string('account_iban');