Sha256: 49084c4ab51a15df31eea169acf0cb600c270cef23a39f79ef38b970a5de1667
Contents?: true
Size: 279 Bytes
Versions: 14
Compression:
Stored size: 279 Bytes
Contents
class CreateSources < ActiveRecord::Migration def self.up create_table :sources do |t| t.string :title t.string :url t.string :format_type t.timestamp :imported_at t.timestamps end end def self.down drop_table :sources end end
Version data entries
14 entries across 14 versions & 2 rubygems