Schema Compare - changing default datetime column value
Posted: Mon  27 Jun 2022 21:36
				
				Hi 
Context :
I get an issue while synchronizing my table column from source :
to update target :
Difference is shown after comparison, but synchronization won't change anything.
Is this a known bug or am I missing something.
			Context :
- Windows 11
- dbForge Schema Compare for MySQL Professional Edition 5.0.622
I get an issue while synchronizing my table column from source :
Code: Select all
$DteCre DATETIME(6) NOT NULL DEFAULT (CURRENT_TIMESTAMP(6)) COMMENT 'Date de création de l enregistrement.',Code: Select all
$DteCre DATETIME(6) NOT NULL DEFAULT (now(6)) COMMENT 'Date de création de l enregistrement.',Is this a known bug or am I missing something.