Subject | Re: [firebird-support] Re: How to change collattion of a field without droping and recreating it? |
---|---|
Author | Ivan Prenosil |
Post date | 2010-08-23T20:51:52Z |
> I just tried to find an easy way but at the same time I do not want to get any problem later so I will do things the correct wayOr use the officially supported way - ALTER TABLE commands.
> by creating a new empty database file with the correct collation then transfering all my data.
You do not have to write them by hand, just generated them by reading system tables.