forked from bofh/fetsite
a lot of new models ...
Fotogallary, gremien, fetprofil,
This commit is contained in:
15
db/migrate/20130819133257_create_fetprofiles.rb
Normal file
15
db/migrate/20130819133257_create_fetprofiles.rb
Normal file
@@ -0,0 +1,15 @@
|
||||
class CreateFetprofiles < ActiveRecord::Migration
|
||||
def change
|
||||
create_table :fetprofiles do |t|
|
||||
t.string :vorname
|
||||
t.string :nachname
|
||||
t.string :short
|
||||
t.string :fetmailalias
|
||||
t.text :desc
|
||||
t.string :picture
|
||||
t.boolean :active
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user