Sha256: 2c025bc77c86031efb4eb1e7785240992d0d7aea75fbcd6541af9496cad63eb3
Contents?: true
Size: 347 Bytes
Versions: 2
Compression:
Stored size: 347 Bytes
Contents
ActiveRecord::Schema.define do create_table :mailkick_opt_outs do |t| t.string :email t.references :user, polymorphic: true t.boolean :active, null: false, default: true t.string :reason t.string :list t.timestamps end add_index :mailkick_opt_outs, :email create_table :users do |t| t.string :email end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mailkick-0.3.1 | test/internal/db/schema.rb |
mailkick-0.3.0 | test/internal/db/schema.rb |