Subject Problem: create table with field name equal to the data type name
Author Andre Beckers
Hello together,

we have an project with existing tables and we want to use now the
firebird database.

The problem is that we can't create tables where the field name ist
eqal to the data type name.

Example:
create table test (TIMESTAMP timestamp NOT NULL);

Can you help me to solve the problem? I can't change the field name
because of existing client tools!