Trong Rails 4, bạn có thể làm được điều đó;
create_table :global_feeds, id: false do |t|
t.string :guid, primary_key: true
...
end
Trong Rails 4, bạn có thể làm được điều đó;
create_table :global_feeds, id: false do |t|
t.string :guid, primary_key: true
...
end