You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CREATE TABLE `train_timetable_master` (
`date` date NOT NULL,
`train_class` varchar(100) NOT NULL,
`train_name` varchar(100) NOT NULL,
`station` varchar(100) NOT NULL,
`departure` time NOT NULL,
`arrival` time NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci
The text was updated successfully, but these errors were encountered: