immutable method
Add IMMUTABLE modifier
Indicates that the column value never changes after creation.
Implementation
SchemaUtils immutable() {
_constraints.add("IMMUTABLE");
return this;
}
Add IMMUTABLE modifier
Indicates that the column value never changes after creation.
SchemaUtils immutable() {
_constraints.add("IMMUTABLE");
return this;
}