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