Ruby on Rails Friday, April 7, 2017

How do I set my default storage engine options in current rails versions so that it uses innodb the id field is int(11) id is primary and id is autoincrement
primary_key = "int(11) auto_increment PRIMARY KEY"  

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/bdde6fa8-17b5-4ae8-b090-13ac76a346a9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment