Sha256: e415b9cbe98d64ebc8d433ec4d1c58875b68c51c209d81e38ade5f4853d2c0ac
Contents?: true
Size: 351 Bytes
Versions: 44
Compression:
Stored size: 351 Bytes
Contents
class <%= migration_class_name %> < ActiveRecord::Migration<%= migration_version %> 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
44 entries across 44 versions & 2 rubygems