Custom Module Builder
Create forms, fields, data types, keys, records, tenant assignment, and role permissions without coding.
Occupant Exit Clearance
Active- Code
- occupant_exit_clearance
- Fields
- 6
- Records
- 1
- Business types
- 5
- Tenants
- 4
- Roles
- 3
Database Table Preview
Table name: custom_occupant_exit_clearance. Primary keys, duplicate columns, and unsafe column names are normalized before table creation.
Field / Column Designer
6 column(s)| # | Column name | Data type | Required | Primary key | Foreign key |
|---|---|---|---|---|---|
| 1 | id | BIGINT Auto | Yes | Yes | - |
| 2 | occupant_name | VARCHAR(150) | Yes | - | - |
| 3 | room_bed | VARCHAR(50) | Yes | - | rooms.id |
| 4 | exit_date | DATE | Yes | - | - |
| 5 | dues_cleared | BIT | Yes | - | - |
| 6 | remarks | VARCHAR(500) | No | - | - |
Live Record Entry
Records
1 saved| # | Tenant | occupant_name | room_bed | exit_date | dues_cleared | remarks | Created |
|---|---|---|---|---|---|---|---|
| 1 | StayWell Girls PG | Sample Occupant | R101-B1 | 2026-09-04 | true | Ready for owner approval | 04 Sep 11:34 |
Provisioning 72%
View provisioning logs- Validate schemaCompleted
- Backup databaseCompleted
- Create table occupant_exit_clearanceCompleted
- Assign permissionsCompleted
- Verify and activateCompleted