forked from mrlan/LRR
Fixed Bug 25
parent
d4cb07ba1c
commit
2567a7fe21
|
@ -405,6 +405,9 @@ 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);
|
||||
--
|
||||
|
|
Loading…
Reference in New Issue