1
0
forked from poc/pds

Updated marked_datetime column default value as current datetime instead of null in migration

This commit is contained in:
dhanabalan
2026-03-19 18:54:34 +05:30
parent 3d139c005a
commit 61be13c367

View File

@@ -142,7 +142,7 @@ return new class extends Migration
zmm_type TEXT DEFAULT NULL,
zmm_usp TEXT DEFAULT NULL,
mark_status TEXT DEFAULT NULL,
marked_datetime TIMESTAMP DEFAULT NULL,
marked_datetime TIMESTAMP NOT NULL DEFAULT NOW(),
marked_physical_count TEXT DEFAULT '0',
marked_expected_time TEXT DEFAULT '0',
marked_by TEXT DEFAULT NULL,