Sha256: cb4350bf24f5bb5a2401c34e4c8f124fd44fa1feccef121c96013c38e2a73b8e
Contents?: true
Size: 306 Bytes
Versions: 10
Compression:
Stored size: 306 Bytes
Contents
class CreateSmtpSettings < ActiveRecord::Migration[5.1] def change create_table :smtp_settings do |t| t.string :address t.string :port t.string :domain_name t.string :email t.string :password t.integer :setting_id t.timestamps null: false end end end
Version data entries
10 entries across 10 versions & 1 rubygems