You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@cukarthik this change looks good to me, go ahead and create a PR. The other DDLs feed off of the SQL Server DDL through SQLRender so making the change there will work.
Datetime fields in the SQL Server DDL use the datetime type; however, SQL Server generally recommends datetime2 instead of datetime.
This StackOverflow post references Microsoft's shift to datetime2.
The text was updated successfully, but these errors were encountered: