Sha256: cfa3a42f54bc74080200bf1d38baf03551a5ccb57152a4d4b35e79d81a8d1954
Contents?: true
Size: 378 Bytes
Versions: 29
Compression:
Stored size: 378 Bytes
Contents
# Used by the jwt refresh feature create_table :<%= table_prefix %>_jwt_refresh_keys do primary_key :id, type: :Bignum foreign_key :<%= table_prefix %>_id, :<%= table_prefix.pluralize %>, null: false, type: :Bignum String :key, null: false DateTime :deadline, null: false index :<%= table_prefix %>_id, name: :<%= table_prefix %>_jwt_rk_<%= table_prefix %>_id_idx end
Version data entries
29 entries across 29 versions & 2 rubygems