sispace/database/migrations
2026-03-10 13:27:53 +07:00
..
0001_01_01_000000_create_users_table.php feat: Introduce IsActive and Sex enums, and create Student and User models with corresponding migrations and seeders for user and student data management. 2026-03-10 11:20:45 +07:00
0001_01_01_000001_create_cache_table.php initial commit 2026-03-10 10:35:34 +07:00
0001_01_01_000002_create_jobs_table.php initial commit 2026-03-10 10:35:34 +07:00
2026_02_25_024501_create_students_table.php feat: Introduce IsActive and Sex enums, and create Student and User models with corresponding migrations and seeders for user and student data management. 2026-03-10 11:20:45 +07:00
2026_02_25_024502_create_lecturers_table.php feat: Create Lecturer resource with CRUD functionality, including pages for listing, creating, and editing lecturers, along with a form schema and migration for managing lecturer data in the admin panel. 2026-03-10 12:12:59 +07:00
2026_02_25_024503_create_courses_table.php feat: Establish one-to-many relationship between lecturers and courses, adding UI fields and table columns for assignment and display. 2026-03-10 13:27:53 +07:00
2026_03_10_124353_create_media_table.php feat: Add Filament Spatie Laravel Media Library plugin and create migration for media table to manage media files in the application. 2026-03-10 12:46:02 +07:00