Sha256: 51f0dddfe277a88aa34d3da3bdb9e88f5b318c0e3c9e88cd9042fe50358760b6

Contents?: true

Size: 260 Bytes

Versions: 11

Compression:

Stored size: 260 Bytes

Contents

class CreateMaquinaUsedPasswords < ActiveRecord::Migration[7.0]
  def change
    create_table :maquina_used_passwords do |t|
      t.string :password_digest
      t.references :maquina_user, null: false, foreign_key: true

      t.timestamps
    end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
maquina-0.5.2 db/migrate/20221113020108_create_maquina_used_passwords.rb
maquina-0.5.1 db/migrate/20221113020108_create_maquina_used_passwords.rb
maquina-0.4.0 db/migrate/20221113020108_create_maquina_used_passwords.rb
maquina-0.3.0 db/migrate/20221113020108_create_maquina_used_passwords.rb
maquina-0.2.5 db/migrate/20221113020108_create_maquina_used_passwords.rb
maquina-0.2.4 db/migrate/20221113020108_create_maquina_used_passwords.rb
maquina-0.2.3 db/migrate/20221113020108_create_maquina_used_passwords.rb
maquina-0.2.2 db/migrate/20221113020108_create_maquina_used_passwords.rb
maquina-0.2.1 db/migrate/20221113020108_create_maquina_used_passwords.rb
maquina-0.2.0 db/migrate/20221113020108_create_maquina_used_passwords.rb
maquina-0.1.0 db/migrate/20221113020108_create_maquina_used_passwords.rb