adicionado 0 na escal de nota
This commit is contained in:
parent
0bbd04ee45
commit
e8ca410b94
8 changed files with 72 additions and 15 deletions
|
|
@ -14,7 +14,7 @@ CREATE EXTENSION IF NOT EXISTS pgcrypto;
|
|||
-- pedido_criado_em timestamptz NOT NULL DEFAULT now(),
|
||||
-- respondido_em timestamptz NULL,
|
||||
-- atualizado_em timestamptz NOT NULL DEFAULT now(),
|
||||
-- nota int NULL CHECK (nota BETWEEN 1 AND 10),
|
||||
-- nota int NULL CHECK (nota BETWEEN 0 AND 10),
|
||||
-- justificativa text NULL,
|
||||
-- valida bool NOT NULL DEFAULT true,
|
||||
-- origem text NOT NULL DEFAULT 'widget_iframe',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue