webarc/migrations/0001_favicons.sql

6 lines
105 B
MySQL
Raw Normal View History

2024-12-29 18:33:30 +01:00
CREATE TABLE site_favicon (
domain VARCHAR(500) NOT NULL PRIMARY KEY,
favicon bytea NOT NULL
);