125126127128129130131
* liquibase.database.typeconversion.core.AbstractTypeConverter#getTinyIntType * () */ @Override public TinyIntType getTinyIntType() { return new TinyIntType("SMALLINT"); }