[BAEL-2808] Added tests for physical naming strategies

This commit is contained in:
dupirefr
2020-03-22 18:36:02 +01:00
parent 8c5dfc6f17
commit a3c69eba43
15 changed files with 352 additions and 0 deletions
@@ -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))