forked from bofh/fetsite
a lot of new models ...
Fotogallary, gremien, fetprofil,
This commit is contained in:
13
db/migrate/20130819133446_create_memberships.rb
Normal file
13
db/migrate/20130819133446_create_memberships.rb
Normal file
@@ -0,0 +1,13 @@
|
||||
class CreateMemberships < ActiveRecord::Migration
|
||||
def change
|
||||
create_table :memberships do |t|
|
||||
t.string :fetprofile_id
|
||||
t.string :gremium_id
|
||||
t.date :start
|
||||
t.date :stop
|
||||
t.string :typ
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user