Removed leading space

SIMPLICITY_Bug-189_Course_Delete_btn
CODEwithZAKI 2020-12-15 06:20:24 +03:00
parent 2567a7fe21
commit 2778a9ed3b
1 changed files with 5 additions and 5 deletions

View File

@ -405,11 +405,11 @@ ALTER TABLE `lab_report_submissions`
ALTER TABLE `students_data`
MODIFY `ID` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
--
-- updading size of Course_Name`
--
ALTER TABLE 'courses_table'
MODIFY 'Course_Name' varchar(500);
--
-- updading size of Course_Name`
--
ALTER TABLE 'courses_table'
MODIFY 'Course_Name' varchar(500);
--
-- AUTO_INCREMENT for table `users_table`
--