I changed the database in the project from MySQL to PostgreSQL and made a query like this:
alter table book add image varchar(128) after currency;
I get this error: Reason: liquibase.exception.DatabaseException: ERROR: syntax error at or near "after"
I suspect there's a syntax error somewhere, just not too sure where it might be.