mirror of
https://github.com/standardebooks/web.git
synced 2025-07-14 18:42:00 -04:00
Adopt IF NOT EXISTS
approach from 82e43cb
This commit is contained in:
parent
65d1dcdd88
commit
c3c4cbddca
10 changed files with 10 additions and 10 deletions
|
@ -1,4 +1,4 @@
|
|||
CREATE TABLE `LocSubjects` (
|
||||
CREATE TABLE IF NOT EXISTS `LocSubjects` (
|
||||
`LocSubjectId` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
||||
`Name` varchar(255) NOT NULL,
|
||||
PRIMARY KEY (`LocSubjectId`),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue