STRING

Short string (up to 255 characters).

SQLite: VARCHAR(255)

Example:

table.addData(TableData.STRING, "username", TableFlag.PRIMARY_KEY)
set("username", "john_doe")

Properties

Link copied to clipboard
Link copied to clipboard