Description
noneTable properties
| name | value |
|---|
| name | ml_server.ml_qa_repository |
| row count | |
| Maximum size of a single row | 65,662 bytes |
Columns
| column | datatype | length | default | nulls | PK | FK | UQ | comment |
|---|
| msgid | varchar(128) | 128 | | no
| yes
| |
| |
| props | long binary | 32767 | | yes
|
| |
| |
| content | long binary | 32767 | | yes
|
| |
| |
Referenced by
Foreign key graph
Triggers
Dependency graph
Objects that depend on ml_server.ml_qa_repository
Code
CREATE TABLE "ml_server"."ml_qa_repository" (
"msgid" varchar(128) NOT NULL
,"props" long binary NULL
,"content" long binary NULL
,PRIMARY KEY ("msgid")
)