create_table(:suppliers), :id => false do |t|
t.integer :id, :primary_key => true, :default => 0, :null => false
# Other fields here
end