compressed method

SchemaUtils compressed()

Add COMPRESSED modifier

Suggests that the column data should be compressed.

Implementation

SchemaUtils compressed() {
  _constraints.add("COMPRESSED");
  return this;
}