Skip to content

Commit ee6b3a6

Browse files
Add date4 field to the database table
1 parent b23a10b commit ee6b3a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

functions/setup.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
date1 DATETIME,
6363
date2 DATETIME,
6464
date3 DATETIME,
65+
date4 DATETIME,
6566
created_at DATETIME DEFAULT CURRENT_TIMESTAMP,
6667
FOREIGN KEY (transaction_id) REFERENCES transactions(id) ON DELETE CASCADE,
6768
FOREIGN KEY (type) REFERENCES prices(id) ON DELETE CASCADE

0 commit comments

Comments
 (0)