Sha256: b6dcab6334409e24a39f1adcb4862890e38ab661a8b5d230b209496b5dc68191
Contents?: true
Size: 572 Bytes
Versions: 2
Compression:
Stored size: 572 Bytes
Contents
class CreateMaestranoConnectorRailsOrganizations < ActiveRecord::Migration def change create_table :maestrano_connector_rails_organizations do |t| t.string :provider t.string :uid t.string :name t.string :tenant t.string :oauth_provider t.string :oauth_uid t.string :oauth_token t.string :refresh_token t.string :instance_url t.string :synchronized_entities t.timestamps null: false end add_index :maestrano_connector_rails_organizations, [:uid, :tenant], name: 'orga_uid_index' end end
Version data entries
2 entries across 2 versions & 1 rubygems