DB 마이그레이션 스크립트 생성

This commit is contained in:
static
2025-01-13 07:27:42 +09:00
parent f914026922
commit 919a67fedf
3 changed files with 1310 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
ALTER TABLE `file` ADD `encrypted_created_at` text;--> statement-breakpoint
ALTER TABLE `file` ADD `encrypted_last_modified_at` text NOT NULL;