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),
![Screenshot 2024-12-24 at 11 08 46](https://private-user-images.githubusercontent.com/7007589/398305781-70fefe50-4b57-47af-b461-efaf22440f3d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxMTkzMzUsIm5iZiI6MTczOTExOTAzNSwicGF0aCI6Ii83MDA3NTg5LzM5ODMwNTc4MS03MGZlZmU1MC00YjU3LTQ3YWYtYjQ2MS1lZmFmMjI0NDBmM2QucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwOSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDlUMTYzNzE1WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NzM1NzM4ZTFiYWIwYWIxNDEzOTdlMjFmYzA3YjQ0OThmYzgwYmU1ODA3NTE2OTJkZGRlYTNkYmY5NDM0YmY5NiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.cppG8tCXk1prQTXiU9leLpfzSkuXiztq0Rqom3bluX4)
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: