Sha256: 4d99423dfd852871ade3700d1c88f1fb13d9a69f3b084686ac88097a08b29127
Contents?: true
Size: 313 Bytes
Versions: 7
Compression:
Stored size: 313 Bytes
Contents
class CreateMauticMauticConnections < ActiveRecord::Migration def change create_table :mautic_connections do |t| t.string :type t.string :url t.string :client_id t.string :secret t.string :token t.string :refresh_token t.timestamps null: false end end end
Version data entries
7 entries across 7 versions & 1 rubygems