Hi,
I find that limits on postgresql integers are not respected in Rails
2.1.
For example setting
t.integer :employee_id, :limit => 8
resolves to a regular int in schema.rb:
t.integer :employee_id
Is there a quick monkey-patch to this?
Ram
Hi,
I find that limits on postgresql integers are not respected in Rails
2.1.
For example setting
t.integer :employee_id, :limit => 8
resolves to a regular int in schema.rb:
t.integer :employee_id
Is there a quick monkey-patch to this?
Ram
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs