--- # ---- SimpleContactForm ---- Form: actAs: Timestampable: ~ columns: mail: { type: string(255) } name_form: { type: string(255) } result: { type: clob } form: { type: object }