Sha256: 4c2c1273caedea724dd56a785016e05e3af053f08ab121bd76b6b0a81f8eb04b
Contents?: true
Size: 446 Bytes
Versions: 4
Compression:
Stored size: 446 Bytes
Contents
# frozen_string_literal: true class CreateTwilioBaseGlobalConfigs < ActiveRecord::Migration[5.0] def change create_table :twilio_base_global_configs do |t| t.string :api_key_secret t.string :api_key_sid t.string :application_sid t.string :chat_service_sid t.string :phone_number t.string :sync_service_sid t.string :workflow_sid t.string :workspace_sid t.timestamps end end end
Version data entries
4 entries across 4 versions & 1 rubygems