STRING
Short string (up to 255 characters).
SQLite: VARCHAR(255)
Example:
table.addData(TableData.STRING, "username", TableFlag.PRIMARY_KEY)
set("username", "john_doe")
Content copied to clipboard
Short string (up to 255 characters).
SQLite: VARCHAR(255)
Example:
table.addData(TableData.STRING, "username", TableFlag.PRIMARY_KEY)
set("username", "john_doe")