mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
tutorials: fix index() (#5732)
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
drop table Article;
|
||||
drop table if exists Article;
|
||||
|
||||
create table Article (
|
||||
id integer primary key,
|
||||
|
Reference in New Issue
Block a user