Removed the Single Qoutes+1
parent
3e4ee8958d
commit
f31c7decfd
|
@ -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`
|
||||
--
|
||||
|
|
Loading…
Reference in New Issue