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

Version Path
peak_flow_utils-0.1.19 lib/peak_flow_utils/migrations/20160411190500_create_scanned_files.rb
peak_flow_utils-0.1.18 lib/peak_flow_utils/migrations/20160411190500_create_scanned_files.rb
peak_flow_utils-0.1.17 lib/peak_flow_utils/migrations/20160411190500_create_scanned_files.rb
peak_flow_utils-0.1.16 lib/peak_flow_utils/migrations/20160411190500_create_scanned_files.rb
peak_flow_utils-0.1.15 lib/peak_flow_utils/migrations/20160411190500_create_scanned_files.rb
peak_flow_utils-0.1.14 lib/peak_flow_utils/migrations/20160411190500_create_scanned_files.rb
peak_flow_utils-0.1.13 lib/peak_flow_utils/migrations/20160411190500_create_scanned_files.rb
peak_flow_utils-0.1.12 lib/peak_flow_utils/migrations/20160411190500_create_scanned_files.rb
peak_flow_utils-0.1.11 lib/peak_flow_utils/migrations/20160411190500_create_scanned_files.rb
peak_flow_utils-0.1.10 lib/peak_flow_utils/migrations/20160411190500_create_scanned_files.rb
peak_flow_utils-0.1.9 lib/peak_flow_utils/migrations/20160411190500_create_scanned_files.rb
peak_flow_utils-0.1.8 app/migrations/20160411190500_create_scanned_files.rb
peak_flow_utils-0.1.7 app/migrations/20160411190500_create_scanned_files.rb
peak_flow_utils-0.1.6 app/migrations/20160411190500_create_scanned_files.rb