I want to create a table with an enum field
exemple:oil generate model sgss titrefr:varchar[255] titreit:varchar[255] document:varchar[255] date:date categorie:enum('manuel','procedure','instruction', 'annexe', 'formulaire')
but it give me an sql syntax error, can someone tell me where i can find a documentation about field to do my command with all sort of field
thanks you
now I have the problem with set value
oil generate model annonce titre:varchar[255] contenu:text date:date moderer:set[oui,non] nom:varchar[100] prenom:varchar[100] email:string tel:varchar[255] gives me an error and I don't find any post about it... can you help me again
thank you