mirror of
https://github.com/Alvin-Zilverstand/pokedex.git
synced 2026-03-06 02:57:25 +01:00
Rename database from 'pokedex' to 'pokedex1' in SQL script
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
CREATE DATABASE IF NOT EXISTS pokedex;
|
CREATE DATABASE IF NOT EXISTS pokedex1;
|
||||||
USE pokedex;
|
USE pokedex1;
|
||||||
|
|
||||||
-- Table to store Pokémon details
|
-- Table to store Pokémon details
|
||||||
CREATE TABLE IF NOT EXISTS pokemon (
|
CREATE TABLE IF NOT EXISTS pokemon (
|
||||||
|
|||||||
Reference in New Issue
Block a user