Sha256: e27b656025d747b65ca0371426b9a724f1775d2c59ef1471eaae121cee823ff0
Contents?: true
Size: 214 Bytes
Versions: 45
Compression:
Stored size: 214 Bytes
Contents
class CreateAbstractorRelationTypes < ActiveRecord::Migration def change create_table :abstractor_relation_types do |t| t.string :name t.datetime :deleted_at t.timestamps end end end
Version data entries
45 entries across 45 versions & 1 rubygems