Sha256: 9400e27941158a0fcc7668a1622baa612be83ad79edf908622ce14a4ad1b7c76
Contents?: true
Size: 234 Bytes
Versions: 6
Compression:
Stored size: 234 Bytes
Contents
class CreateC80FeaturesParas < ActiveRecord::Migration def change create_table :c80_features_paras, :options => 'COLLATE=utf8_unicode_ci' do |t| t.string :title t.text :content t.string :image end end end
Version data entries
6 entries across 6 versions & 1 rubygems