Sha256: a5b20d9e7f729b5b111c474ca83ca2003104559bdce236ab68507efdafa3db46
Contents?: true
Size: 295 Bytes
Versions: 14
Compression:
Stored size: 295 Bytes
Contents
class CreateIroAlerts < ActiveRecord::Migration[6.1] def change create_table :iro_alerts do |t| t.string :class_name t.string :kind t.string :symbol t.string :direction t.float :strike t.integer :profile_id t.timestamps end end end
Version data entries
14 entries across 14 versions & 1 rubygems