Sha256: 455c072b68a7a30c243781b3f9601dc1b3a523df1299a94b23362d94256176e5
Contents?: true
Size: 302 Bytes
Versions: 13
Compression:
Stored size: 302 Bytes
Contents
class CreateNotices < ActiveRecord::Migration def change create_table :c80_news_tz_notices, :options => 'COLLATE=utf8_unicode_ci' do |t| t.string :title t.string :slug t.string :place t.text :desc t.text :custom_org t.timestamps null: false end end end
Version data entries
13 entries across 13 versions & 1 rubygems