mirror of
https://github.com/vlang/v.git
synced 2025-09-14 06:52:36 +03:00
tutorials: fix index() (#5732)
This commit is contained in:
parent
246e7e8464
commit
317b2dc579
4 changed files with 9 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
|||
drop table Article;
|
||||
drop table if exists Article;
|
||||
|
||||
create table Article (
|
||||
id integer primary key,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue