Appended 1 to database name to avoid conflits with other store databases.
This commit is contained in:
parent
4a934c1bbd
commit
0babf2b3ee
@ -21,8 +21,8 @@ name.
|
||||
|
||||
## Creating the database
|
||||
```sql
|
||||
CREATE DATABASE Store;
|
||||
USE Store;
|
||||
CREATE DATABASE Store1;
|
||||
USE Store1;
|
||||
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user