Sha256: 814b205273a2e56d862b21ef199e789e777f5ebbb3ba8b3bba5c913302cfa23d

Contents?: true

Size: 279 Bytes

Versions: 7

Compression:

Stored size: 279 Bytes

Contents

# активный рекламодатель
class CreateLives < ActiveRecord::Migration
  def change
    create_table :c80_news_tz_r_lives, :options => 'COLLATE=utf8_unicode_ci' do |t|
      t.string :title
      t.string :tag

      t.timestamps null: false
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
c80_news_tz-0.1.1.26 db/migrate/20160309130000_create_lives.rb
c80_news_tz-0.1.1.25 db/migrate/20160309130000_create_lives.rb
c80_news_tz-0.1.1.24 db/migrate/20160309130000_create_lives.rb
c80_news_tz-0.1.1.23 db/migrate/20160309130000_create_lives.rb
c80_news_tz-0.1.1.22 db/migrate/20160309130000_create_lives.rb
c80_news_tz-0.1.1.21 db/migrate/20160309130000_create_lives.rb
c80_news_tz-0.1.1.19 db/migrate/20160309130000_create_lives.rb