replace STRING to TEXT data type

Signed-off-by: Kenneth Obsequio <k80308392@gmail.com>
This commit is contained in:
2026-08-29 16:02:47 +08:00
parent 872b90e171
commit 1f2db13168
@@ -13,7 +13,7 @@ module.exports = {
entity_id BIGINT NOT NULL,
type TEXT NOT NULL,
min_percent INTEGER NULL,
button_label STRING NULL,
button_label TEXT NULL,
is_required BOOLEAN NOT NULL DEFAULT true,
"order" INTEGER NOT NULL DEFAULT 0,
"createdBy" BIGINT NULL,