schemazen icon indicating copy to clipboard operation
schemazen copied to clipboard

Column collations go missing

Open benjamin-hodgson opened this issue 8 years ago • 2 comments

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.

benjamin-hodgson avatar Mar 11 '16 14:03 benjamin-hodgson

looks like it should be easy to get from the DB: https://msdn.microsoft.com/en-us/library/hh230914.aspx#TsqlProcedure

keith-hall avatar Mar 11 '16 15:03 keith-hall

i confirm that bug with missing collation still exists.

Atrony avatar Feb 21 '18 02:02 Atrony