forked from mrlan/LRR
Removed the single qoutes
parent
2778a9ed3b
commit
3e4ee8958d
|
@ -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`
|
||||
|
|
Loading…
Reference in New Issue