Sha256: c737bcc91dba51ad0f3fafe78af2ec204eb86a39ae022b221f89182ec0cc0cc5
Contents?: true
Size: 314 Bytes
Versions: 3
Compression:
Stored size: 314 Bytes
Contents
class CreateNewspaperWorksIngestFileRelations < ActiveRecord::Migration[5.0] def change create_table :newspaper_works_ingest_file_relations do |t| t.string :file_path t.string :derivative_path t.timestamps end add_index :newspaper_works_ingest_file_relations, :file_path end end
Version data entries
3 entries across 3 versions & 1 rubygems