Make Liquibase use lowercase for SQL names (Liquibase #4)
Liquibase by default will put quotes around table/column/index names,
making them case-sensitive. DB-migrator SQL does not use quotes, so
all names are treated as lowercase. This will cause upgrade issues in
further commits. This commit makes Liquibase only quote entity name
if they are using reserved keywords like 'table'.
Issue-ID: POLICY-5398
Change-Id: Id0c6f553cf9c0d2459cf1a3701676d177644f619
Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech>