Actualiser README.md
This commit is contained in:
@@ -7,7 +7,7 @@ This sample only contains 1 row per 100 real rows.
|
|||||||
|
|
||||||
There is only one table:
|
There is only one table:
|
||||||
```sql
|
```sql
|
||||||
CREATE TABLE interactions (
|
CREATE TABLE interaction (
|
||||||
id INT UNSIGNED AUTO_INCREMENT PRIMARY KEY,
|
id INT UNSIGNED AUTO_INCREMENT PRIMARY KEY,
|
||||||
identifier VARCHAR(7) NOT NULL,
|
identifier VARCHAR(7) NOT NULL,
|
||||||
project VARCHAR(11) NOT NULL,
|
project VARCHAR(11) NOT NULL,
|
||||||
|
|||||||
Reference in New Issue
Block a user