Sha256: 43088513f209a93f1b6abf6774e94aab64d000e381452dd9944613e4c9aaea90
Contents?: true
Size: 322 Bytes
Versions: 11
Compression:
Stored size: 322 Bytes
Contents
class CreateUnsearchables < ActiveRecord::Migration def change create_table :unsearchables do |t| t.integer :int t.date :dt t.time :tm t.datetime :dtm t.boolean :bool t.float :flt t.decimal :dec t.binary :bn t.timestamp :ts t.timestamps end end end
Version data entries
11 entries across 11 versions & 1 rubygems