migration external link
This commit is contained in:
parent
6e37bda04d
commit
ec09f45d78
11
db/migrate/20110708093908_create_external_links.rb
Normal file
11
db/migrate/20110708093908_create_external_links.rb
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
class CreateExternalLinks < ActiveRecord::Migration
|
||||||
|
def change
|
||||||
|
create_table :external_links do |t|
|
||||||
|
t.string :title
|
||||||
|
t.text :description
|
||||||
|
t.string :url
|
||||||
|
|
||||||
|
t.timestamps
|
||||||
|
end
|
||||||
|
end
|
||||||
|
end
|
Loading…
x
Reference in New Issue
Block a user