Sha256: b8bf37eb125b961a885b80bc60f88c9c5a59b4f44c90be8f4a1e28b6f27539b2
Contents?: true
Size: 269 Bytes
Versions: 22
Compression:
Stored size: 269 Bytes
Contents
# Stores password hashes separate from the account table create_table :<%= table_prefix %>_password_hashes do primary_key :id, type: :Bignum foreign_key :<%= table_prefix %>_id, :<%= table_prefix.pluralize %>, type: :Bignum String :password_hash, null: false end
Version data entries
22 entries across 22 versions & 1 rubygems