mirror of
https://github.com/catdevnull/preciazo.git
synced 2024-11-22 14:16:19 +00:00
2 lines
151 B
MySQL
2 lines
151 B
MySQL
|
-- Custom SQL migration file, put you code below! --
|
||
|
CREATE VIRTUAL TABLE productos_fts USING fts5 (ean, name, content = precios, content_rowid = idd);
|