Sha256: 5c70e602d61739f22b7eb0591ed1f81be46d5ece00a88de84c67f56aa312f61b
Contents?: true
Size: 287 Bytes
Versions: 18
Compression:
Stored size: 287 Bytes
Contents
class CreateNewsFeeds < ActiveRecord::Migration def change create_table :news_feeds do |t| t.integer :library_group_id, :default => 1, :null => false t.string :title t.string :url t.text :body t.integer :position t.timestamps end end end
Version data entries
18 entries across 18 versions & 1 rubygems