This all guesswork on my part, but, It should be easy to add in new data types in the style sheets. I don't think anything is hard coded. But mapping the data types from orm to sql is the trickey part. There has to be a type in orm that corresponds to the new data types in the database model you want to generate. So you ...