View Revisions: Issue #6998

Summary 0006998: Detect support for zero-based date and timestamp columns in MySQL and mark them as NULL-able
Revision 2025-07-18 20:21 by pbelov
Additional Information Expected at the target (non-MySQL database):
CREATE TABLE test_zero_datetimes (
    id int4 NOT NULL,
    created_date date NULL,
    updated_ts timestamp NULL,
    confirmed_time time NOT NULL DEFAULT '00:00:00',
    CONSTRAINT test_zero_datetimes_pkey PRIMARY KEY (id)
);
Revision 2025-07-18 16:30 by pbelov
Additional Information