feat(usermanagement): create positions table and add position_id to roles table with foreign key constraint
This commit is contained in:
@@ -16,6 +16,7 @@ class UsermanagementDatabaseSeeder extends Seeder
|
||||
RolesSeeder::class,
|
||||
PermissionsSeeder::class,
|
||||
UsersSeeder::class,
|
||||
UserBranchesSeeder::class,
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user