chore: update schema

This commit is contained in:
2026-03-10 21:11:46 +08:00
parent 6c2314d140
commit 4f85646ade
3 changed files with 32 additions and 9 deletions

View File

@@ -0,0 +1,3 @@
ALTER TABLE "id_tag" ALTER COLUMN "balance" SET DEFAULT 0;--> statement-breakpoint
ALTER TABLE "charge_point" ADD COLUMN "fee_per_kwh" integer DEFAULT 0 NOT NULL;--> statement-breakpoint
ALTER TABLE "transaction" ADD COLUMN "charge_amount" integer;