I'm trying to find how to use the comment field for a MySQL column to define a type (e.g.: json_array) as noted here: http://doctrine-dbal.readthedocs.org/en/latest/reference/types.html#id81 - any ideas?
Am I reading this incorrectly? Is this saying I should be able to put some sort of notation, e.g.: (type="json_array") into the comment field in the DB table for a particular column and have the DBAL pick up on that? -- You received this message because you are subscribed to the Google Groups "doctrine-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/doctrine-user. For more options, visit https://groups.google.com/d/optout.
