diff options
Diffstat (limited to 'db/migrations/0155_even_zaran.sql')
| -rw-r--r-- | db/migrations/0155_even_zaran.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/db/migrations/0155_even_zaran.sql b/db/migrations/0155_even_zaran.sql new file mode 100644 index 00000000..9c9cc9ea --- /dev/null +++ b/db/migrations/0155_even_zaran.sql @@ -0,0 +1,3 @@ +ALTER TABLE "evaluation_targets" ADD COLUMN "ld_claim_count" integer DEFAULT 0;--> statement-breakpoint +ALTER TABLE "evaluation_targets" ADD COLUMN "ld_claim_amount" numeric(15, 2) DEFAULT '0';--> statement-breakpoint +ALTER TABLE "evaluation_targets" ADD COLUMN "ld_claim_currency" varchar(10) DEFAULT 'KRW';
\ No newline at end of file |
