mirror of
https://github.com/rgrgogu/new_starr.git
synced 2026-09-27 00:12:54 +08:00
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,
|
entity_id BIGINT NOT NULL,
|
||||||
type TEXT NOT NULL,
|
type TEXT NOT NULL,
|
||||||
min_percent INTEGER NULL,
|
min_percent INTEGER NULL,
|
||||||
button_label STRING NULL,
|
button_label TEXT NULL,
|
||||||
is_required BOOLEAN NOT NULL DEFAULT true,
|
is_required BOOLEAN NOT NULL DEFAULT true,
|
||||||
"order" INTEGER NOT NULL DEFAULT 0,
|
"order" INTEGER NOT NULL DEFAULT 0,
|
||||||
"createdBy" BIGINT NULL,
|
"createdBy" BIGINT NULL,
|
||||||
|
|||||||
Reference in New Issue
Block a user