Sha256: 888986ffae015aed6d2419e179f1aa1c2d419ffa73a2277cb5140ae597eef216
Contents?: true
Size: 352 Bytes
Versions: 6
Compression:
Stored size: 352 Bytes
Contents
class CreateAsyncCallbacks < ActiveRecord::Migration[4.2] def change create_table :async_callbacks do |t| t.string :uuid, :null => false t.integer :timestamp, :null => false t.string :listener_uri t.string :target_host t.string :target_port t.timestamps null: false t.uuid null: false end end end
Version data entries
6 entries across 6 versions & 1 rubygems