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