Skip to content

Commit 27ad347

Browse files
feat: mes declarations (#2852)
1 parent 18eb5be commit 27ad347

31 files changed

Lines changed: 2084 additions & 7 deletions
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
ALTER TABLE "app_company" ADD COLUMN "address" varchar(500);--> statement-breakpoint
2+
ALTER TABLE "app_company" ADD COLUMN "naf_code" varchar(10);--> statement-breakpoint
3+
ALTER TABLE "app_company" ADD COLUMN "workforce" integer;--> statement-breakpoint
4+
ALTER TABLE "app_company" ADD COLUMN "has_cse" boolean;

0 commit comments

Comments
 (0)