invisible method

SchemaUtils invisible()

Add INVISIBLE modifier

Makes the column invisible to applications.

Implementation

SchemaUtils invisible() {
  _constraints.add("INVISIBLE");
  return this;
}