Merge pull request #50 from lanlab-org/202025800041_Omar_Mohamud_Mohamed-fixed-Bug_25-SQL_insert_error_while_trying_to_create_a_new_course

increased the size of column_name Course_Name
SIMPLICITY_Bug-189_Course_Delete_btn
Software Project Management 2020-12-23 08:53:41 +08:00 committed by GitHub
commit 6dc845ed2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

View File

@ -134,6 +134,10 @@ The original GitHub Repo is at https://github.com/EngMohamedNor/LabReportRepo
(Please put your name and student number below.)
CODEwithZAKI - Omar Mohamud Mohamed - 202025800041
BloudYoussef - Khayat Youssef - 202025800042
TanakaMichelle - Tanaka Michelle Sandati - 201732120134
WhyteAsamoah - Yeboah Martha Asamoah - 201732120135

View File

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