inline method

SchemaUtils inline()

Add INLINE modifier

Suggests that small values should be stored inline rather than in overflow pages.

Implementation

SchemaUtils inline() {
  _constraints.add("INLINE");
  return this;
}