Sha256: 019c199eba7d023206dab15db024bab7ad9c07c9e6e72aa496e92d9ff0e368ae
Contents?: true
Size: 416 Bytes
Versions: 10
Compression:
Stored size: 416 Bytes
Contents
class CreatePartiallyInclusiveVersionableResources < ActiveRecord::Migration def change create_table :partially_inclusive_versionable_resources do |t| t.boolean :r_boolean t.date :r_date t.datetime :r_datetime t.decimal :r_decimal t.float :r_float t.integer :r_integer t.string :r_string t.text :r_text t.time :r_time t.timestamps end end end
Version data entries
10 entries across 10 versions & 2 rubygems