change precision
This commit is contained in:
8
db/migrate/20140406204115_change_decimal_lvas.rb
Normal file
8
db/migrate/20140406204115_change_decimal_lvas.rb
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
class ChangeDecimalLvas < ActiveRecord::Migration
|
||||||
|
def up
|
||||||
|
change_column :lvas,:ects, :decimal, :precision=>5, :scale=>3
|
||||||
|
end
|
||||||
|
|
||||||
|
def down
|
||||||
|
end
|
||||||
|
end
|
||||||
Reference in New Issue
Block a user