Skip to content
This repository was archived by the owner on May 11, 2020. It is now read-only.

Column types checklist #12

@nukep

Description

@nukep
  • STRING
    • A variable-length UTF-8 string.
    • Alias: VARCHAR
  • Ux, where x is >= 8 and <= 64, and is a multiple 8.
    • An unsigned integer.
  • Ix, where x is >= 8 and <= 64, and is a multiple 8.
    • An signed integer.
    • Alias for I32: INT or INTEGER
  • F64
    • A double-precision (64-bit) floating point number.
    • Alias: DOUBLE
  • byte[]
    • A variable-length byte array.
  • byte[N]
    • A fixed-length byte array.
  • UUID
  • JSON
    • A JSON document, encoded using MessagePack.
  • BCRYPT
  • SCRYPT
  • PBKDF2

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions