Removed the Single Qoutes+1

SIMPLICITY_Bug-189_Course_Delete_btn
CODEwithZAKI 2020-12-22 16:23:44 +03:00
parent 3e4ee8958d
commit f31c7decfd
1 changed files with 1 additions and 1 deletions

View File

@ -409,7 +409,7 @@ ALTER TABLE `students_data`
-- updading size of Course_Name`
--
ALTER TABLE courses_table
MODIFY 'Course_Name' varchar(500);
MODIFY Course_Name varchar(500);
--
-- AUTO_INCREMENT for table `users_table`
--