invisible method
Add INVISIBLE modifier
Makes the column invisible to applications.
Implementation
SchemaUtils invisible() {
_constraints.add("INVISIBLE");
return this;
}
Add INVISIBLE modifier
Makes the column invisible to applications.
SchemaUtils invisible() {
_constraints.add("INVISIBLE");
return this;
}