Sha256: bd6c91bb3559a59aa8d7f9c2e32a544e833648aa4c167f36a7829b4068018ab5
Contents?: true
Size: 188 Bytes
Versions: 15
Compression:
Stored size: 188 Bytes
Contents
class CreateProperties < ActiveRecord::Migration def self.up create_table :properties do |t| t.timestamps end end def self.down drop_table :properties end end
Version data entries
15 entries across 15 versions & 1 rubygems