Sha256: a4f415d84b2c2609514e25bc1b1dd23ef0de13cc64952e508209be389a8287f2
Contents?: true
Size: 326 Bytes
Versions: 4
Compression:
Stored size: 326 Bytes
Contents
class CreateDqAdminFields < ActiveRecord::Migration["#{Rails::VERSION::MAJOR}.#{Rails::VERSION::MINOR}"] def change create_table :dq_admin_fields do |t| t.string :key t.text :config t.string :group t.string :lang t.text :data t.string :html_type t.timestamps end end end
Version data entries
4 entries across 4 versions & 1 rubygems