Sha256: f56b37854dc1e4c95d64e3a89ca76dd82a96b674d89845ef729dd88946a522f1
Contents?: true
Size: 327 Bytes
Versions: 16
Compression:
Stored size: 327 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 end end end
Version data entries
16 entries across 16 versions & 2 rubygems