Sha256: a0166a0b29c4b6a737364fd3796a9c8367c8e25a27868aa76720b1a058f311dd
Contents?: true
Size: 169 Bytes
Versions: 15
Compression:
Stored size: 169 Bytes
Contents
# Used by the single session feature create_table :account_session_keys do foreign_key :id, :accounts, primary_key: true, type: :Bignum String :key, null: false end
Version data entries
15 entries across 15 versions & 1 rubygems