Sha256: a93c77bfce14fb691b3aff31a581312f214caa254c282a6afa11081fa145bb44
Contents?: true
Size: 218 Bytes
Versions: 9
Compression:
Stored size: 218 Bytes
Contents
class CreateTestRevisionComponent < ActiveRecord::Migration def change create_table :test_revision_components do |t| t.belongs_to :revision t.integer :perma_id t.string :text end end end
Version data entries
9 entries across 9 versions & 2 rubygems