From 3e4ee8958d155dd841438d910b5014d2625227e1 Mon Sep 17 00:00:00 2001 From: CODEwithZAKI Date: Tue, 22 Dec 2020 14:52:51 +0300 Subject: [PATCH] Removed the single qoutes --- lrr (1).sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lrr (1).sql b/lrr (1).sql index d6892d0..ff2e593 100644 --- a/lrr (1).sql +++ b/lrr (1).sql @@ -408,7 +408,7 @@ ALTER TABLE `students_data` -- -- updading size of Course_Name` -- -ALTER TABLE 'courses_table' +ALTER TABLE courses_table MODIFY 'Course_Name' varchar(500); -- -- AUTO_INCREMENT for table `users_table`