PostgreSQL Sql记录

  • 完整复制表结构
    create table source_table_name (like target_table_name INCLUDING INDEXES INCLUDING COMMENTS);
posted @ 2021-05-13 11:20  sunmlight  阅读(55)  评论(0)    收藏  举报