Skip to content
This repository was archived by the owner on Jul 11, 2024. It is now read-only.

Commit 7a960a2

Browse files
authored
v2.1 - Add database query
1 parent eb14c4d commit 7a960a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
1. Clone this repository with `git clone https://github.com/Slddev/php-fileuploader`.
66
2. Upload files to webserver.
77
3. Execute this database query:
8-
```CREATE TABLE users (
8+
```
9+
CREATE TABLE users (
910
id INT NOT NULL PRIMARY KEY AUTO_INCREMENT,
1011
username VARCHAR(50) NOT NULL UNIQUE,
1112
password VARCHAR(255) NOT NULL,

0 commit comments

Comments
 (0)