From 31a4e10158acdd83d5d798d61308c5236e99f7a8 Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Wed, 17 Dec 2025 09:20:03 +0530 Subject: [PATCH] Added driver master migration file --- .../2025_09_17_182604_create_driver_masters_table.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/database/migrations/2025_09_17_182604_create_driver_masters_table.php b/database/migrations/2025_09_17_182604_create_driver_masters_table.php index e9ddc05..7dfba61 100644 --- a/database/migrations/2025_09_17_182604_create_driver_masters_table.php +++ b/database/migrations/2025_09_17_182604_create_driver_masters_table.php @@ -18,6 +18,8 @@ return new class extends Migration identification1 TEXT DEFAULT NULL, identification2 TEXT DEFAULT NULL, identification3 TEXT DEFAULT NULL, + contact_number TEXT DEFAULT NULL, + alternate_number TEXT DEFAULT NULL, created_at TIMESTAMP NOT NULL DEFAULT NOW(), updated_at TIMESTAMP NOT NULL DEFAULT NOW(), created_by TEXT DEFAULT NULL,