When creating a table on my pgslq db with rake, rails allways create an "id" field as primary key.
My issue is that i need to have the id field with a custom name. How can i specify the database fields with ONLY the fields i want, specifying the primary key?