preciazo/db-datos/drizzle/0014_cooing_nico_minoru.sql

2 lines
151 B
MySQL
Raw Normal View History

2024-08-20 00:00:15 +00:00
-- Custom SQL migration file, put you code below! --
CREATE VIRTUAL TABLE productos_fts USING fts5 (ean, name, content = precios, content_rowid = idd);