parent
932b0923b1
commit
5f6a3cac04
@ -0,0 +1,11 @@
|
||||
class CreateWechatLogs < ActiveRecord::Migration
|
||||
def change
|
||||
create_table :wechat_logs do |t|
|
||||
t.string :openid, null: false, index: true
|
||||
t.text :request_raw
|
||||
t.text :response_raw
|
||||
t.text :session_raw
|
||||
t.datetime :created_at, null: false
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Reference in new issue