Sha256: d6183d8dd5d0e1992fe654b6524f5007557ecf9557163b576663466661b86120
Contents?: true
Size: 280 Bytes
Versions: 29
Compression:
Stored size: 280 Bytes
Contents
# This migration comes from carnival_engine (originally 20140129213216) 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