refactor(portal): the display of long_text
for Interactive should be refactored to varchar(max_length)
#649
Labels
long_text
for Interactive should be refactored to varchar(max_length)
#649
For now, portal (for both data importing and model description),
There are three types of data that we aim to support for
DT_STRING
:Now Interactive only supports
VARCHAR(length)
, but portal usesDT_STRING
, which has the semantic ofLONG_TEXT
, we must explictly tell user that it isVARCHAR
, and allow them to specify the length upperbound, knowing that string exceeding that length will be cut off.The text was updated successfully, but these errors were encountered: