initial commit
This commit is contained in:
10
db/migrate/20131202062124_create_users.rb
Normal file
10
db/migrate/20131202062124_create_users.rb
Normal file
@@ -0,0 +1,10 @@
|
||||
class CreateUsers < ActiveRecord::Migration
|
||||
def change
|
||||
create_table :users do |t|
|
||||
t.string :username
|
||||
t.integer :smf_id
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user