init commit
This commit is contained in:
parent
93efff9452
commit
9ba1224867
307 changed files with 11053 additions and 0 deletions
11
db/migrate/20110913204141_create_projects.rb
Normal file
11
db/migrate/20110913204141_create_projects.rb
Normal file
|
@ -0,0 +1,11 @@
|
|||
class CreateProjects < ActiveRecord::Migration
|
||||
def change
|
||||
create_table :projects do |t|
|
||||
t.string :name
|
||||
t.string :path
|
||||
t.text :description
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue