wms-be/database/entities
Habib Fatkhul Rohman 465908965e feat: Add new entities for maintenance management and user roles
- Created M_Location, M_MaintenanceGroup, M_MaintenanceGroupRole, M_MaintenanceGroupUser, M_MaintenanceScheduleHeader, M_MaintenanceScheduleLine, M_MaintenanceStaff, M_Menu_Client, M_Menu, M_Permissions, M_Role, M_Role_Menu, M_Role_Permission, M_User, M_User_Role entities.
- Implemented relationships and foreign keys for user roles and permissions.
- Added JSON seed files for roles and user roles, along with corresponding seed functions.
- Updated migration and seeder files to include new entities and ensure proper database setup.
- Commented out legacy product and tenant entities and their seed functions for future reference.
2025-10-21 15:06:43 +07:00
..
common.go Refactor common.go to add soft delete and audit functionality with appropriate struct definitions 2025-10-15 21:14:09 +07:00
m_client_entity.go feat: Add new entities for maintenance management and user roles 2025-10-21 15:06:43 +07:00
m_location_entity.go feat: Add new entities for maintenance management and user roles 2025-10-21 15:06:43 +07:00
m_maintenance_group_entity.go feat: Add new entities for maintenance management and user roles 2025-10-21 15:06:43 +07:00
m_maintenance_group_role_entity.go feat: Add new entities for maintenance management and user roles 2025-10-21 15:06:43 +07:00
m_maintenance_group_user_entity.go feat: Add new entities for maintenance management and user roles 2025-10-21 15:06:43 +07:00
m_maintenance_schdule_header_entity.go feat: Add new entities for maintenance management and user roles 2025-10-21 15:06:43 +07:00
m_maintenance_schdule_line_entity.go feat: Add new entities for maintenance management and user roles 2025-10-21 15:06:43 +07:00
m_maintenance_staff_entity.go feat: Add new entities for maintenance management and user roles 2025-10-21 15:06:43 +07:00
m_menu_client_entity.go feat: Add new entities for maintenance management and user roles 2025-10-21 15:06:43 +07:00
m_menu_entity.go feat: Add new entities for maintenance management and user roles 2025-10-21 15:06:43 +07:00
m_permissions_entity.go feat: Add new entities for maintenance management and user roles 2025-10-21 15:06:43 +07:00
m_role_entity.go feat: Add new entities for maintenance management and user roles 2025-10-21 15:06:43 +07:00
m_role_menu_entity.go feat: Add new entities for maintenance management and user roles 2025-10-21 15:06:43 +07:00
m_role_permission_entity.go feat: Add new entities for maintenance management and user roles 2025-10-21 15:06:43 +07:00
m_user_entity.go feat: Add new entities for maintenance management and user roles 2025-10-21 15:06:43 +07:00
m_user_role_entity.go feat: Add new entities for maintenance management and user roles 2025-10-21 15:06:43 +07:00
product_entity.go feat: Add new entities for maintenance management and user roles 2025-10-21 15:06:43 +07:00
refresh_token_entity.go Remove TenantID references from RefreshToken entity for consistency 2025-10-15 21:13:57 +07:00
tenant_entity.go feat: Add new entities for maintenance management and user roles 2025-10-21 15:06:43 +07:00
user_entity.go feat: Add new entities for maintenance management and user roles 2025-10-21 15:06:43 +07:00