Probeer dit op uw SQL-bestand te gebruiken:
sed 's/CREATE TABLE/CREATE TABLE IF NOT EXISTS/g' <file-path>
of om op te slaan
sed -i 's/CREATE TABLE/CREATE TABLE IF NOT EXISTS/g' <file-path>
het is niet ideaal, maar het werkt :P
Probeer dit op uw SQL-bestand te gebruiken:
sed 's/CREATE TABLE/CREATE TABLE IF NOT EXISTS/g' <file-path>
of om op te slaan
sed -i 's/CREATE TABLE/CREATE TABLE IF NOT EXISTS/g' <file-path>
het is niet ideaal, maar het werkt :P