Sha256: acf910b1c497918a3d30dc4aff83aaf9e091e765f9a3f781ab789a508bf02cd6
Contents?: true
Size: 183 Bytes
Versions: 94
Compression:
Stored size: 183 Bytes
Contents
class CreateMartyPostingTypes < ActiveRecord::Migration[4.2] def change create_table :marty_posting_types do |t| t.string :name, null: false, limit: 255 end end end
Version data entries
94 entries across 94 versions & 1 rubygems