Post

How do i add a migration in rails when the table has no primary key

In rails on April 15, 2009 by editor

create_table :tbl_name, :id => false do |t|

Leave a Reply

You must be logged in to post a comment.