replace STRING to TEXT data type
Signed-off-by: Kenneth Obsequio <k80308392@gmail.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user