Sha256: 938f426cad93390267f65569f5607590777bea4f37e738162a473022a0adc5a1
Contents?: true
Size: 267 Bytes
Versions: 98
Compression:
Stored size: 267 Bytes
Contents
class CreateSpotlightLanguages < ActiveRecord::Migration[5.0] def change create_table :spotlight_languages do |t| t.string :locale, null: false t.boolean :public t.string :text t.references :exhibit t.timestamps end end end
Version data entries
98 entries across 98 versions & 1 rubygems