Dataset Viewer
The dataset viewer is not available because its heuristics could not detect any supported data files. You can try uploading some data files, or configuring the data files location manually.
DriveCheck Database Schema & Data Dump
This dataset repository contains the MySQL database dump (drivecheck_blank.sql) for the DriveCheck HRMS (Human Resource Management System & Police Checking Point Roster System).
Contents
drivecheck_blank.sql: MySQL relational database backup file containing schema definitions and initial seed tables for:users(Admin & Employee details, Duty Roster schedules, Police Station assignments)user_types(Role-based authorization mappings: Admin, Employee)checking_points(Locations, Incharge details, Police station divisions)vehicle_checks(Inspection records, vehicle numbers, shift entries)migrations,sessions,jobs,cache
Usage Instructions
To import this database into your MySQL server:
mysql -u root -p drivecheck < drivecheck_blank.sql
- Downloads last month
- 20