mirror of
https://github.com/AventurasTeam/Aventuras.git
synced 2026-05-02 22:00:17 +00:00
5 lines
284 B
SQL
5 lines
284 B
SQL
-- Character portrait images for visual reference and image generation
|
|
-- Stored as base64 encoded image data (same format as embedded_images)
|
|
-- Portraits are used as reference images when generating story illustrations
|
|
|
|
ALTER TABLE characters ADD COLUMN portrait TEXT DEFAULT NULL;
|