Types
in package
Database types supported by Nextcloud's DBs
Use these constants instead of \Doctrine\DBAL\Types\Type or \Doctrine\DBAL\Types\Types
Tags
Table of Contents
- BIGINT = 'bigint'
- BINARY = 'binary'
- BLOB = 'blob'
- BOOLEAN = 'boolean'
- DATE = 'date'
- DATETIME = 'datetime'
- DECIMAL = 'decimal'
- FLOAT = 'float'
- INTEGER = 'integer'
- JSON = 'json'
- SMALLINT = 'smallint'
- STRING = 'string'
- TEXT = 'text'
- TIME = 'time'
Constants
BIGINT
public
string
BIGINT
= 'bigint'
Tags
BINARY
public
string
BINARY
= 'binary'
Tags
BLOB
public
string
BLOB
= 'blob'
Tags
BOOLEAN
public
string
BOOLEAN
= 'boolean'
Tags
DATE
public
string
DATE
= 'date'
Tags
DATETIME
public
string
DATETIME
= 'datetime'
Tags
DECIMAL
public
string
DECIMAL
= 'decimal'
Tags
FLOAT
public
string
FLOAT
= 'float'
Tags
INTEGER
public
string
INTEGER
= 'integer'
Tags
JSON
public
string
JSON
= 'json'
Tags
SMALLINT
public
string
SMALLINT
= 'smallint'
Tags
STRING
public
string
STRING
= 'string'
Tags
TEXT
public
string
TEXT
= 'text'
Tags
TIME
public
string
TIME
= 'time'