Would it be a nice feature to have some extra possibilities in ORMLite especially for the creation of the table?
In my case I have a column that’s a primary key (or index) that needs to contain case sensitive information.
Is this something that you would consider (for SQL)?
So it’s possible to add COLLATE SQL_Latin1_General_CP1_CS_AS
as an attribute to a column?
Yeah you can use it to provide a custom field declaration that OrmLite Create Table will use instead.