Sha256: 8cca415c096ab195affa39383a63ac4edde010e978fabdb7c757c823eb820a6f
Contents?: true
Size: 222 Bytes
Versions: 7
Compression:
Stored size: 222 Bytes
Contents
class CreateConnections < ActiveRecord::Migration def change create_table :connections do |t| t.string :obj_class t.integer :obj_id t.string :token t.timestamps null: false end end end
Version data entries
7 entries across 7 versions & 1 rubygems