Activity overview
Latest activity by ls2081
DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP issue
Hi,
I have a database connected to Red Gate Source Control. It generates following script for a table's column which works fine:
[LoadDate] DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP
When I use SQ...