mirror of
https://github.com/catdevnull/preciazo.git
synced 2024-11-26 03:26:19 +00:00
3 lines
150 B
SQL
3 lines
150 B
SQL
-- Custom SQL migration file, put you code below! --
|
|
create virtual table precios_fts using fts5(ean, url, name, content=precios, content_rowid=id);
|
|
|