Will a table created using PostGre DDL be converted to other DB DDL in Liquibase?

前端 未结 0 457
一生所求
一生所求 2020-12-07 00:29

I created a DDL like below using Liquibase in my project:

CREATE TABLE customer_payload
(
    id BIGSERIAL PRIMARY KEY NOT NULL,
    customer_name varchar(150         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题