Removed the single qoutes

SIMPLICITY_Bug-189_Course_Delete_btn
CODEwithZAKI 2020-12-22 14:52:51 +03:00
parent 2778a9ed3b
commit 3e4ee8958d
1 changed files with 1 additions and 1 deletions

View File

@ -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`