Ruby on Rails Discussions
Saving ActiveRecord in PostgreSQL without id
rubyonrails-talk
eggie5
(eggie5)
August 23, 2007, 11:17pm
1
Does your migration have something like this in it?
create_table :roles_users, :id => false do |t|
Related topics
Topic
Replies
Views
Activity
Saving ActiveRecord in PostgreSQL without id
rubyonrails-talk
2
139
August 24, 2007
postgres adapater problem with create_table :id => false
rubyonrails-talk
16
545
October 21, 2009
Must rails make id field as primary key when we create database table?
rubyonrails-talk
2
122
September 2, 2006
rake db:create db:schema:load creates tables without id column and migration shows id="false"
rubyonrails-talk
0
177
March 27, 2017
Help With id
rubyonrails-talk
1
97
June 17, 2008