Sha256: 4ad62c10337adde2367db6273dce83dc0885c35eae2e61a1b611585ddf78da5a
Contents?: true
Size: 242 Bytes
Versions: 81
Compression:
Stored size: 242 Bytes
Contents
# Stores password hashes separate from the account table create_table :<%= table_prefix %>_password_hashes do |t| t.references :<%= table_prefix %>, foreign_key: true<%= primary_key_type(:type) %> t.string :password_hash, null: false end
Version data entries
81 entries across 81 versions & 1 rubygems