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

Column types checklist #12

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions