Sha256: 4e36f631a1a976dff9175153da07a0a726bb4443caac1f4ff3af4a28708bd97d
Contents?: true
Size: 208 Bytes
Versions: 29
Compression:
Stored size: 208 Bytes
Contents
class CreateNotifications < ActiveRecord::Migration def change create_table :notifications do |t| t.string :title t.string :message t.string :link t.timestamps end end end
Version data entries
29 entries across 29 versions & 1 rubygems