phoenix array is not support ?
- Dominant language
- Java
- Stars
- 51.8k
- Forks
- 4.4k
- Avg merge
- 3d 8h
- Merged PRs (30d)
- 188
Description
#### System information:
- Operating system (distribution) and version: Macos 10.15.4 (19E287)
- DBeaver version: 7.0.5.202005171753
#### Connection specification:
- Database name and version: phoenix 5.0.0
#### Describe your question:
- phoenix sql ddl
```
CREATE TABLE IF NOT EXISTS ddl_event_info
(
tSchema VARCHAR,
tTable VARCHAR,
causeType VARCHAR,
uid VARCHAR,
causeTime TIMESTAMP,
cost BIGINT,
identifiers VARCHAR[],
tType VARCHAR[],
tValue VARCHAR[],
tSql VARCHAR,
message VARCHAR,
ddl VARCHAR,
CONSTRAINT ddl_event_info_pk PRIMARY KEY (tSchema, tTable, causeType, uid)
)DEFAULT_COLUMN_FAMILY='F';
```
- datagrip

who can help me ? thanks .
Contributor guide
Assessment
This issue has not been assessed yet.