We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5930e7 commit 13cab86Copy full SHA for 13cab86
ejemplos/ar/01-sti-logs-cache/README.md
@@ -17,7 +17,8 @@ sqlite3 /tmp/sample.db
17
```sql
18
create table products(
19
id INTEGER PRIMARY KEY AUTOINCREMENT,
20
- name varchar(255), type varchar(255),
+ name varchar(255),
21
+ type varchar(255),
22
items_count INTEGER);
23
24
create table items(id INTEGER PRIMARY KEY AUTOINCREMENT, name varchar(255), product_id INTEGER);
0 commit comments