Sha256: 29db51f17237c625f81137fa090537a48ad62ce61169cd07f13f0c0d0fe4b163
Contents?: true
Size: 486 Bytes
Versions: 1
Compression:
Stored size: 486 Bytes
Contents
class CreateDocumentDataDictionaryEntries < ActiveRecord::Migration[7.2] def change create_table :document_data_dictionary_entries do |t| t.references :document_data_dictionary, null: false, foreign_key: true t.string :friendlier_id t.string :field_name t.string :field_type t.string :values t.string :definition t.string :definition_source t.string :parent_field_name t.integer :position t.timestamps end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
geoblacklight_admin-0.7.0 | db/migrate/20241218174455_create_document_data_dictionary_entries.rb |