Hi,
tranks for the reply

Unfortunately adding the notnull option

   Blameable:
      columns:
        created:
          name: creato_da
          type: integer
          length: 4
          options:
            notnull: false
        updated:
          name: aggiornato_da
          type: int
          length: 4
          options:
            notnull: false

the admin generator perform an insert of the form, but in the database
the fields "creato_da" and "aggiornato_da" are set to null.
Maybe I need to configure the option "blameVar" (http://www.doctrine-
project.org/extension/Blameable) but I do not know how

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to