Skip to content
This repository was archived by the owner on Jul 13, 2020. It is now read-only.
This repository was archived by the owner on Jul 13, 2020. It is now read-only.

does not compare table checks #17

@ioistired

Description

@ioistired
  1. in database 1: create table a(id integer primary key);
  2. in database 2: `create table a(id integer primary key check (id > 0));'
  3. compare 1 and 2

expected behavior: alter table a add constraint a_id_check check (id > 0); is included in the output, under -- TABLES AND COLUMNS
actual behavior: the -- TABLES AND COLUMNS section is empty (not -- tables and columns match)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions