Sha256: 7899c1c145bbe9618eabc0163385a497fb6b07269570eb18dfb82277a48c2e02
Contents?: true
Size: 458 Bytes
Versions: 10
Compression:
Stored size: 458 Bytes
Contents
class CreateWeixinMediaArticles < ActiveRecord::Migration def change create_table :weixin_media_articles do |t| t.string :thumb_media_id t.string :author t.string :title t.string :content_source_url, limit: 2000 t.text :content t.string :digest, limit: 2000 t.boolean :show_cover_pic t.string :tag t.boolean :is_first_article t.integer :public_account_id t.timestamps end end end
Version data entries
10 entries across 10 versions & 1 rubygems