class CreateDelDataFmMonitorings < ActiveRecord::Migration[6.0]
  def change
    create_table :del_data_fm_monitorings do |t|

      t.timestamps
    end
  end
end
