1
0
forked from poc/pds

Merge pull request 'Updated marked_datetime column default value as current datetime instead of null in migration' (#483) from ranjith-dev into master

Reviewed-on: poc/pds#483
This commit is contained in:
2026-03-19 13:25:11 +00:00

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,