Sha256: e4afd4858e2be239bf8c0f74f0c86e030f93d0de1b6a44c43b62366cdfed86aa
Contents?: true
Size: 378 Bytes
Versions: 10
Compression:
Stored size: 378 Bytes
Contents
class CreateVersionableResources < ActiveRecord::Migration def change create_table :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