Sha256: 24e8393de55f34be40f0c608962ee333d450b01754173b3ad2cc7e5b330f2cc6
Contents?: true
Size: 316 Bytes
Versions: 3
Compression:
Stored size: 316 Bytes
Contents
class CreateBanalDocuments < ActiveRecord::Migration[6.0] def change create_table :banal_documents do |t| t.text :global_path t.references :banal_metadata, null: false, foreign_key: true t.references :banal_related_object, null: false, foreign_key: true t.timestamps end end end
Version data entries
3 entries across 3 versions & 2 rubygems