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