Fixed Bug 25

SIMPLICITY_Bug-189_Course_Delete_btn
CODEwithZAKI 2020-12-15 05:56:04 +03:00
parent d4cb07ba1c
commit 2567a7fe21
1 changed files with 3 additions and 0 deletions

View File

@ -405,6 +405,9 @@ ALTER TABLE `lab_report_submissions`
ALTER TABLE `students_data` ALTER TABLE `students_data`
MODIFY `ID` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; MODIFY `ID` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
--
-- updading size of Course_Name`
--
ALTER TABLE 'courses_table' ALTER TABLE 'courses_table'
MODIFY 'Course_Name' varchar(500); MODIFY 'Course_Name' varchar(500);
-- --