Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2c95350 + 18a01e0 commit 5cc31afCopy full SHA for 5cc31af
web/src/main/sql/schema/init-personal-schema.sql
@@ -47,8 +47,8 @@ create table `personal_calendar`(
47
`details` varchar(1000),
48
`start_date` date,
49
`length` int,
50
- `start_time` date,
51
- `end_time` date,
+ `start_time` time,
+ `end_time` time,
52
`background_color` varchar(100),
53
`text_color` varchar(100),
54
constraint `pk_office_calender` primary key(id),
0 commit comments