[BAEL-2808] Added tests for physical naming strategies
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
create table PERSON (ID int8 not null, FIRST_NAME varchar(255), LAST_NAME varchar(255), primary key (ID))
|
||||
create table person (id int8 not null, first_name varchar(255), last_name varchar(255), primary key (id))
|
||||
Reference in New Issue
Block a user