Sha256: a4fbd99000b96e41a21a5ce8935ebab09ec0f6be07989bd6bd80f9ed8809d632
Contents?: true
Size: 173 Bytes
Versions: 2
Compression:
Stored size: 173 Bytes
Contents
class CreateLinks < ActiveRecord::Migration def change create_table :links do |t| t.string :name t.string :permalink t.timestamps end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
to_permalink-0.0.3 | test/dummy/db/migrate/20110915034248_create_links.rb |
to_permalink-0.0.2 | test/dummy/db/migrate/20110915034248_create_links.rb |