[TYPO3-mvc] Kickstarter property types missing
Franz Koch
typo3.RemoveForMessage at elements-net.de
Thu Jun 3 13:35:32 CEST 2010
Hey,
> Maybe I it is a feature and I don't understand it, but how could I
> set VARCHAR or TINYINT property type though domain modeling interface?
you can't. Property definitions != database definitions. Properties only
can have a general type definitions (string, integer, boolean) needed
for validation and type conversion purposes etc. How you store it in the
DB is not part of the Domain of the object/class. So you have to alter
ext_tables.sql afterwards to your needs (just like with old school
kickstarter).
--
kind regards,
Franz Koch
More information about the TYPO3-project-typo3v4mvc
mailing list