Sha256: 658febfc5ab9577246da44540bf135b5b02d0d719733b7f2660db1bc4d09245c
Contents?: true
Size: 307 Bytes
Versions: 14
Compression:
Stored size: 307 Bytes
Contents
class CreateScannedFiles < PeakFlowUtils::ApplicationMigration def change create_table :peak_flow_utils_scanned_files do |t| t.string :file_path, index: true, null: false t.integer :file_size, null: false t.datetime :last_changed_at, null: false t.timestamps end end end
Version data entries
14 entries across 14 versions & 1 rubygems