Liquibase xml based changeset block:
<preConditions>
<not>
<tableExists tableName="alarm" schemaName="public"/>
</not>
</preConditions>
How it should be in "liquibase formatted sql"? Official documentation of Liquibase give only xml based