You should not always use each and every sql commands that this tool
generates. For example doctrine does not recognize "unsigned" ineteger but
MySQL gives error if you want to add constraint key to that coloumn that is
not set as unsigned so you should set it "unsigned" manually so when you
run the tool it gives a sql command to remove "unsigned" and set it as a
simple integer. So sometimes you should output the sql commands generated
by the tool into a file by appending >file.txt at the end of console
command then edit the sql commands in file as desired then run them via
database console.

-- 
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.

Reply via email to