preciazo/db-datos/drizzle/0004_left_wolfsbane.sql

4 lines
150 B
MySQL
Raw Permalink Normal View History

-- Custom SQL migration file, put you code below! --
create virtual table precios_fts using fts5(ean, url, name, content=precios, content_rowid=id);