TableConstraint class

Hierarchy

  • TableConstraint

Constructors

Properties

configuration: any
id?: null | number
table_id?: number
type: "Unique" | "Index" | "Formula"

Accessors

  • get toJson(): {
        configuration: any;
        type: "Unique" | "Index" | "Formula";
    }
  • Returns {
        configuration: any;
        type: "Unique" | "Index" | "Formula";
    }

    • configuration: any
    • type: "Unique" | "Index" | "Formula"

Methods

Generated using TypeDoc