Sha256: 0cc92e752a061a96a8acbf6988c469da3f22f3fb36f0448c22a5550d6d074f4c
Contents?: true
Size: 217 Bytes
Versions: 1
Compression:
Stored size: 217 Bytes
Contents
class AddWeightOfIdentityPlusChildrenToBanalComplexes < ActiveRecord::Migration[6.0] def change add_column :banal_complexes, :weight_of_identity_plus_children, :decimal, :precision => 100, :scale => 2 end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jester-data-8.0.0 | db/migrate/20190920053039_add_weight_of_identity_plus_children_to_banal_complexes.rb |