Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はliquibaseにまったく慣れていないので、自分が取り組んでいるプロジェクトにそれを使用できるかどうか疑問に思っていました。ほとんどの場合、私のスキーマは非常に単純で、かなり一般的です。ただし、フィールドの1つはvArrayです。それをliquibaseで定義できますか?サンプルコードをいただければ幸いです。
ありがとう。
varrayのliquibaseには組み込みのサポートはありませんが、SQLを介して実行できるすべてのことを実行できる< sql >タグがあります。