Sha256: 6db50e62ce27ea1c5d07e0947e5b34fb61ef9a9548365a38d99bb8d76ba2506f
Contents?: true
Size: 274 Bytes
Versions: 27
Compression:
Stored size: 274 Bytes
Contents
class CreateCoalescingPandaCanvasApiAuths < CoalescingPanda::MiscHelper::MigrationClass def change create_table :coalescing_panda_canvas_api_auths do |t| t.string :user_id t.string :api_domain t.string :api_token t.timestamps end end end
Version data entries
27 entries across 27 versions & 1 rubygems