There are hard-coded column indexes, that are used in the queries to insert column values, e.g. `PreparedStatement.setString(1, "value")`. We should define the indexes explicitly and have a solid structure for the tables.
There are hard-coded column indexes, that are used in the queries to insert column values, e.g.
PreparedStatement.setString(1, "value").We should define the indexes explicitly and have a solid structure for the tables.