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