Thanks, Evgenij! It makes sense now.
On Monday, March 19, 2018 at 11:39:14 PM UTC-4, Evgenij Ryazanov wrote: > > TINYINT is disallowed in PostgreSQL mode since 1.4.197 because PostgreSQL > does not have such data type. The smallest integer data type in PostgreSQL > is smallint. >> >> > https://www.postgresql.org/docs/current/static/datatype-numeric.html > > So you should either use normal mode instead of PostgreSQL one or use only > data types that are supported by PostgreSQL if you need this mode. > -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
