db 컬럼 생성 버그 추가핸들링
This commit is contained in:
parent
9994944813
commit
e8cf1e6221
@ -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)
|
||||
)`);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user