#1044

Default App Theme

Design the app_settings table for application settings. It must have id as the primary key and required theme as text; new rows without an explicit theme must receive light.

Just CREATE/ALTER/DROP — no trailing SELECT needed.

Your query result will appear here

No starting schema

This task starts with no tables — you'll create them via CREATE TABLE.