would it be possible to add a COLLATE keyword at the TABLE level, also, so that, if the following is executed :
CREATE TABLE bla(...) COLLATE mySequence then this sequence is the default for this table, when no specific sequence is defined ? or, if this is not possible, is it possible to override the collate sequence for the whole database ? this would be useful so that we don't have to define the collate keyword for each column.