liquibase
enum data type for liquibase
I\'m currently working on a liquibase.xml file to create table table_a. One of my fields is <column name=\"state\" type=\"ENUM(\'yes\',\'no\')\">[详细]
2023-02-14 05:12 分类:问答problem running liquibase with maven and postgres-db
I have a problem running maven\'s liquibase-plugin on a postgresql-db. When trying to run liquibase:update from the command-line, I get the error message[详细]
2023-02-10 05:10 分类:问答Grails LIQUIBASE DB-DIFF Generating ERRORS
Welcome to Grails 1.3.5 - http://grails.org/ Licensed under Apache Standard License 2.0 Grails home is set to: C:\\Users\\ferron\\Desktop\\New folder\\springsource-tool-suite-2.5.0.M3-e3.6-win32\\spri[详细]
2023-02-08 23:54 分类:问答Liquibase beginner: making a ManyToMany association bidirectional
I am using Hibernate w开发者_运维问答ith JPA annotations. I have a one-directional many-to-many association that I intend to make bi-directional.[详细]
2023-02-08 03:03 分类:问答liquibase using maven with two databases
i have the following structure to run one database from maven: <plugin> <groupId>org.liquibase</groupId>[详细]
2023-02-07 18:42 分类:问答Liquibase data loading into HSQLDB with a sequence
I\'m attempting to load some data into an HSQLDB database using Liquibase 1.9.5. I have a loadData开发者_如何学运维 command as follows:[详细]
2023-02-05 08:51 分类:问答Is there a workaround for JDBC w/liquibase and MySQL session variables & client side SQL instructions
Slowly building a starter changeSet xml file for one of three of my employer\'s primary schema\'s.The only show stopper has been incorporating the sizable library of MySQL stored procedures to be mana[详细]
2023-02-01 21:46 分类:问答Liquibase - Rolling back a set of changesets
We do database releases which are made up of a group of change sets and our database change logs are organised in the following way[详细]
2023-01-23 01:30 分类:问答Grails Liquibase plugin and Taggable plugin
Perhaps this is a shot in the dark but I am attempting to use the Grails Liquibase plugin and it appears as though there is a compatibility issue with the Taggable plugin. The Taggable plugin works by[详细]
2023-01-16 00:07 分类:问答Liquibase: How to execute Servlet Listener before EntityManager construction
I manage to issue a Liquibase Update as described in Liquibase Servlet Listener. <listener> <listener-class>liquibase.servlet.LiquibaseServletListener</listener-class>[详细]
2023-01-10 01:46 分类:问答