Zeige Raumnamen an
This commit is contained in:
parent
6241c8f391
commit
b2a975dcbe
6 changed files with 17 additions and 5 deletions
|
@ -33,6 +33,7 @@ CREATE TABLE `officeHour` (
|
|||
`hour` int DEFAULT NULL,
|
||||
`minute` int DEFAULT NULL,
|
||||
`room` int DEFAULT NULL,
|
||||
`roomname` text DEFAULT NULL,
|
||||
`course` int DEFAULT NULL,
|
||||
`week` int DEFAULT NULL,
|
||||
`info` text DEFAULT NULL,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue