Sha256: a87ee22a489afcc080f27eca91a8154f580ff6eb4ac24f9eef22e2cd91fb99e6
Contents?: true
Size: 471 Bytes
Versions: 10
Compression:
Stored size: 471 Bytes
Contents
class CreateWeixinMediaNews < ActiveRecord::Migration def change create_table :weixin_media_news do |t| t.datetime :planned_send_time t.datetime :send_time t.string :user_group_name t.string :media_id t.datetime :upload_time t.boolean :is_to_all t.integer :sent_count t.integer :total_count t.integer :filter_count t.integer :status t.integer :public_account_id t.timestamps end end end
Version data entries
10 entries across 10 versions & 1 rubygems