I am using flyway for a deployment and the tables built as a result of flyway are all fine. The issue I have is with the schema_version table. I am unable to query an individual column in the table. I am only able to perform a select *. The error message I am getting is:
10:35:49 [SELECT - 0 row(s), 0.000 secs] 1) [Error Code: -206, SQL State: 42703] DB2 SQL Error: SQLCODE=-206, SQLSTATE=42703, SQLERRMC=SCRIPT, DRIVER=4.13.127. 2) [Error Code: -727, SQL State: 56098] DB2 SQL Error: SQLCODE=-727, SQLSTATE=56098, SQLERRMC=2;-206;42703;SCRIPT, DRIVER=4.13.127
SCRIPT
in your table. May be Flyway created the table with column names that are not uppercase? – mustaccio