Sha256: 2c119f6e4ee7a338b6a40eee3309f029c93e714284a8c96a30f1d156d1f8713e
Contents?: true
Size: 327 Bytes
Versions: 10
Compression:
Stored size: 327 Bytes
Contents
class <%= migration_class_name %> < ActiveRecord::Migration def change create_table :pghero_space_stats do |t| t.text :database t.text :schema t.text :relation t.integer :size, limit: 8 t.timestamp :captured_at end add_index :pghero_space_stats, [:database, :captured_at] end end
Version data entries
10 entries across 10 versions & 1 rubygems