Parameters ********** Links ===== - http://www.liquibase.org/manual/column Column tag - http://www.liquibase.org/manual/add_auto-increment Add Auto-Increment - http://www.liquibase.org/manual/create_table Create Table SQL === To run an external SQL script: :: Table ===== Alter ----- :: Create ------ To create a table. This example creates an auto increment field as a primary key as well as a foreign key: :: :: Insert ------ To insert data: ::