Sha256: 259c454dd0a5cf237c021cff4e82689a257bbbacaf9c68a127c3ce3b6bbb0dc0
Contents?: true
Size: 229 Bytes
Versions: 34
Compression:
Stored size: 229 Bytes
Contents
class CreatePulitzerCustomOption < ActiveRecord::Migration[5.0] def change create_table :pulitzer_custom_options do |t| t.integer :custom_option_list_id t.string :display t.string :value end end end
Version data entries
34 entries across 34 versions & 1 rubygems