Sha256: c948eb4b4b3fc91978716f0351e194f1c0fff028ec5c2cd9a9ab1dfc3a4747d2
Contents?: true
Size: 379 Bytes
Versions: 86
Compression:
Stored size: 379 Bytes
Contents
# Used by the jwt refresh feature create_table :<%= table_prefix %>_jwt_refresh_keys<%= primary_key_type %> do |t| t.references :<%= table_prefix %>, foreign_key: true, null: false<%= primary_key_type(:type) %> t.string :key, null: false t.datetime :deadline, null: false t.index :<%= table_prefix %>_id, name: "<%= table_prefix %>_jwt_rk_<%= table_prefix %>_id_idx" end
Version data entries
86 entries across 86 versions & 2 rubygems