encrypted method
Add ENCRYPTED modifier
Suggests that the column data should be encrypted.
Implementation
SchemaUtils encrypted() {
_constraints.add("ENCRYPTED");
return this;
}
Add ENCRYPTED modifier
Suggests that the column data should be encrypted.
SchemaUtils encrypted() {
_constraints.add("ENCRYPTED");
return this;
}