Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5cc31af

Browse files
committed
Merge pull request zhangkaitao#52 from wangtaicheng/patch-1
Update init-personal-schema.sql
2 parents 2c95350 + 18a01e0 commit 5cc31af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/src/main/sql/schema/init-personal-schema.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ create table `personal_calendar`(
4747
`details` varchar(1000),
4848
`start_date` date,
4949
`length` int,
50-
`start_time` date,
51-
`end_time` date,
50+
`start_time` time,
51+
`end_time` time,
5252
`background_color` varchar(100),
5353
`text_color` varchar(100),
5454
constraint `pk_office_calender` primary key(id),

0 commit comments

Comments
 (0)