From e8cf1e6221df43f662534ce33dfabe16bfec7358 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Wed, 17 Dec 2025 07:36:47 +0000 Subject: [PATCH] =?UTF-8?q?db=20=EC=BB=AC=EB=9F=BC=20=EC=83=9D=EC=84=B1=20?= =?UTF-8?q?=EB=B2=84=EA=B7=B8=20=EC=B6=94=EA=B0=80=ED=95=B8=EB=93=A4?= =?UTF-8?q?=EB=A7=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- castad-data/server/db.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/castad-data/server/db.js b/castad-data/server/db.js index d63b557..481ad1e 100644 --- a/castad-data/server/db.js +++ b/castad-data/server/db.js @@ -635,6 +635,8 @@ db.serialize(() => { business_name TEXT, details TEXT, final_video_path TEXT, + poster_path TEXT, + pension_id INTEGER, createdAt DATETIME DEFAULT CURRENT_TIMESTAMP, FOREIGN KEY(user_id) REFERENCES users(id) )`);