BrainMinder/assets/migrations/000007_create_bm_item_keywords_table.up.sql

4 lines
66 B
MySQL
Raw Permalink Normal View History

2024-08-22 10:13:16 +02:00
CREATE TABLE bm_item_keywords (
item_id INTEGER,
keyword TEXT
);