readOnly method
Add READONLY modifier
Makes the column read-only (cannot be updated).
Implementation
SchemaUtils readOnly() {
_constraints.add("READONLY");
return this;
}
Add READONLY modifier
Makes the column read-only (cannot be updated).
SchemaUtils readOnly() {
_constraints.add("READONLY");
return this;
}