Subject Re: [firebird-support] problem - change autoincrement fields to identity fields
Author Ann Harrison
On Nov 18, 2016, at 7:03 AM, Nico Speleers - Carfac BVBA nico.speleers@... [firebird-support] <firebird-support@yahoogroups.com> wrote:
>
> That's right. But I want to use identity fields because such fields don't uses a generator and a trigger. How can I easily change my old autoincrement fields to identity

What Dimitry is saying is that identity fields are just semantic sugar around the generator/trigger mechanism and there is no DDL to convert the old style to the new.

Good luck,

Ann

>