Sha256: 590d51339d9dd2bacad00e2449493c2adaa7b16475923e34d8de63c5142751c7
Contents?: true
Size: 329 Bytes
Versions: 17
Compression:
Stored size: 329 Bytes
Contents
# This migration comes from tb_core (originally 20130620143941) class CreateSpudPermissions < ActiveRecord::Migration def change create_table :spud_permissions do |t| t.string :name, null: false t.string :tag, null: false t.timestamps end add_index :spud_permissions, :tag, unique: true end end
Version data entries
17 entries across 17 versions & 5 rubygems