schemazen
schemazen copied to clipboard
Column collations go missing
Given a column with a non-default collation:
create table MyTable (Name nvarchar(100) collate Latin1_General_CS_AS_KS_WS ASC)
SchemaZen outputs the table without the collation.
looks like it should be easy to get from the DB: https://msdn.microsoft.com/en-us/library/hh230914.aspx#TsqlProcedure
i confirm that bug with missing collation still exists.