hidden method
Add HIDDEN modifier
Makes the column hidden from SELECT * queries.
Implementation
SchemaUtils hidden() {
_constraints.add("HIDDEN");
return this;
}
Add HIDDEN modifier
Makes the column hidden from SELECT * queries.
SchemaUtils hidden() {
_constraints.add("HIDDEN");
return this;
}