I am executing a main.sql file having 2 sub sql files inside main.sql file as createtable1.sql and createtable2.sql. when i am executing using liquibase getting error as invalid format
--liquibase formatted SQL
--changeset dev:1 runOnChange:true splitStatements:true stripComments:false runAlways:false labels:new-label context:example-context
--comment: For main SQL file
@createtable2.sql
/
@createtable3.sql
/
commit
/