Sha256: d31548118bcf1b14a898d96ff42b84589a439af9641d29668423402fe2cac6b5
Contents?: true
Size: 204 Bytes
Versions: 9
Compression:
Stored size: 204 Bytes
Contents
class CreateGroups < ActiveRecord::Migration def change create_table :groups do |t| t.string :name t.integer :owner_id t.string :owner_type t.timestamps end end end
Version data entries
9 entries across 9 versions & 1 rubygems