chore: add admin seeder & add collation only to mysql database in plans table and activation table

This commit is contained in:
idevakk
2025-11-09 03:25:19 -08:00
parent b023ef75c3
commit 391af8a778
5 changed files with 1148 additions and 757 deletions

View File

@@ -16,6 +16,7 @@ class DatabaseSeeder extends Seeder
// User::factory(10)->create();
$this->call([
MetaSeeder::class,
AdminSeeder::class,
]);
}
}