Got uploading working
This commit is contained in:
12
db/migrate/20120825014921_create_users.rb
Normal file
12
db/migrate/20120825014921_create_users.rb
Normal file
@@ -0,0 +1,12 @@
|
||||
class CreateUsers < ActiveRecord::Migration
|
||||
def change
|
||||
create_table :users do |t|
|
||||
t.string :name
|
||||
t.integer :card_id
|
||||
t.string :card_number
|
||||
t.integer :card_permissions
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user