Sha256: f4f924d7a570d21efe9f868bbef1cb77458c8cc30729266b8d368d758543307a
Contents?: true
Size: 353 Bytes
Versions: 6
Compression:
Stored size: 353 Bytes
Contents
class CreateBanners01 < ActiveRecord::Migration def change create_table :c80_news_tz_banner01s, :options => 'COLLATE=utf8_unicode_ci' do |t| t.string :title t.string :image t.string :href t.boolean :is_active t.integer :shown, :default => 0 t.integer :clicks, :default => 0 t.timestamps end end end
Version data entries
6 entries across 6 versions & 1 rubygems