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

Column types checklist #12

Open
6 of 11 tasks
nukep opened this issue Apr 14, 2015 · 0 comments
Open
6 of 11 tasks

Column types checklist #12

nukep opened this issue Apr 14, 2015 · 0 comments

Comments

@nukep
Copy link
Owner

nukep commented Apr 14, 2015

  • 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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant