diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-07-07 01:44:45 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-07-07 01:44:45 +0000 |
| commit | 90f79a7a691943a496f67f01c1e493256070e4de (patch) | |
| tree | 37275fde3ae08c2bca384fbbc8eb378de7e39230 /db/migrations/0197_wide_infant_terrible.sql | |
| parent | fbb3b7f05737f9571b04b0a8f4f15c0928de8545 (diff) | |
(대표님) 변경사항 20250707 10시 43분 - unstaged 변경사항 추가
Diffstat (limited to 'db/migrations/0197_wide_infant_terrible.sql')
| -rw-r--r-- | db/migrations/0197_wide_infant_terrible.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/db/migrations/0197_wide_infant_terrible.sql b/db/migrations/0197_wide_infant_terrible.sql new file mode 100644 index 00000000..ccf685ac --- /dev/null +++ b/db/migrations/0197_wide_infant_terrible.sql @@ -0,0 +1,5 @@ +CREATE TYPE "public"."score_type" AS ENUM('fixed', 'variable');--> statement-breakpoint +ALTER TABLE "reg_eval_criteria" ADD COLUMN "variable_score_min " numeric(5, 2);--> statement-breakpoint +ALTER TABLE "reg_eval_criteria" ADD COLUMN "variable_score_max " numeric(5, 2);--> statement-breakpoint +ALTER TABLE "reg_eval_criteria" ADD COLUMN "variable_score_unit " varchar(100);--> statement-breakpoint +ALTER TABLE "reg_eval_criteria" ADD COLUMN "score_type" "score_type" DEFAULT 'fixed' NOT NULL;
\ No newline at end of file |
