Keys
final class Keys implements Parseable (View source)
Parses the definition of a key.
Used for parsing CREATE TABLE
statement.
Constants
private KEY_OPTIONS |
All key options. |
Methods
static Component|array|null
Details
static Component|array|null
parse(Parser $parser, TokensList $list, array $options = [])
No description