Sha256: ec4c16e02ef86d8a6a09a431f6c3d6caf9e1e8f32b3518b56099a815465f9d24
Contents?: true
Size: 238 Bytes
Versions: 9
Compression:
Stored size: 238 Bytes
Contents
class CreateJsapiTickets < ActiveRecord::Migration def change create_table :weixin_jsapi_tickets do |t| t.string :jsapi_ticket t.string :expired_at t.integer :public_account_id t.timestamps end end end
Version data entries
9 entries across 9 versions & 1 rubygems