Last active
June 6, 2018 23:14
-
-
Save ismarsantos/57b25c34c4de13b69f656b9de4a14d0e to your computer and use it in GitHub Desktop.
Moeda em Rails migrações
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Model: | |
create_table :products do |t| | |
... | |
t.decimal :price, :precision => 8, :scale => 2, :default => 0.0 | |
... | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment