mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 17:04:23 -05:00
Added Customer Token Model
This commit is contained in:
13
db/migrate/023_create_customer_tokens.rb
Normal file
13
db/migrate/023_create_customer_tokens.rb
Normal file
@@ -0,0 +1,13 @@
|
||||
class CreateCustomerTokens < ActiveRecord::Migration
|
||||
def change
|
||||
create_table :customer_tokens do |t|
|
||||
|
||||
t.string :token
|
||||
|
||||
t.timestamp :expires_at
|
||||
|
||||
|
||||
end
|
||||
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user