Sha256: 0aa2acdd062577ffa0a18a7ba946aab0ef59360bffa9001a4b2221014f28ba6a
Contents?: true
Size: 222 Bytes
Versions: 4
Compression:
Stored size: 222 Bytes
Contents
class CreateDqAdminSettings < ActiveRecord::Migration["#{Rails::VERSION::MAJOR}.#{Rails::VERSION::MINOR}"] def change create_table :dq_admin_settings do |t| t.text :config t.timestamps end end end
Version data entries
4 entries across 4 versions & 1 rubygems