Hi! I have an optional Date field in my table in Dev environnement. I want to modify the table in order to set the Date field as “Required”.
I removed all the data in the table so the table is empty.
When I want to save my modification, even if the table is empty, i am asked to set value to existing records.
I tried many combination of Value: 2025-03-08, ‘2025-03-08’, 08-03-2025 … without no success, I keep having the following error:
Failed to execute SQL : Error 1292: Incorrect date value: ‘’ for column ‘DateFacturation’ at row 1
Can you tell me what is my problem ? Thanks!
Jean