I am trying to use the compare feature and for some reason the compare is not picking up that one table has a default for the column This is what I am getting in the script: `transferDate` timestamp NOT NULL , here is what I should be getting: `transferDate` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP , Is this a bug? If the default is not there then will update timestamp on updates...
↧