From d4cb07ba1ce5c6bb2f8bc7cd3c1703225c8c0f32 Mon Sep 17 00:00:00 2001 From: CODEwithZAKI Date: Tue, 15 Dec 2020 05:30:00 +0300 Subject: [PATCH] increased the size of column_name Course_Name --- README.md | 4 ++++ lrr (1).sql | 2 ++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index ece6575..fac0a53 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/lrr (1).sql b/lrr (1).sql index 62280ae..9a88436 100644 --- a/lrr (1).sql +++ b/lrr (1).sql @@ -405,6 +405,8 @@ ALTER TABLE `lab_report_submissions` ALTER TABLE `students_data` MODIFY `ID` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; + ALTER TABLE 'courses_table' + MODIFY 'Course_Name' varchar(500); -- -- AUTO_INCREMENT for table `users_table` --