Sha256: dd425e91c8d61ad54a3ef6adc6aff0ad467270ac94aa28814f5f5c26ae096735
Contents?: true
Size: 387 Bytes
Versions: 11
Compression:
Stored size: 387 Bytes
Contents
class CreateManifestations < ActiveRecord::Migration def change create_table :manifestations do |t| t.text :original_title t.text :title_transcription t.text :title_alternative t.string :pub_date t.string :isbn t.string :nbn t.string :ndc t.integer :carrier_type_id t.integer :language_id t.timestamps end end end
Version data entries
11 entries across 11 versions & 1 rubygems