inline method
Add INLINE modifier
Suggests that small values should be stored inline rather than in overflow pages.
Implementation
SchemaUtils inline() {
_constraints.add("INLINE");
return this;
}
Add INLINE modifier
Suggests that small values should be stored inline rather than in overflow pages.
SchemaUtils inline() {
_constraints.add("INLINE");
return this;
}