[dotenv@17.2.3] injecting env (150) from .env -- tip: 🔐 prevent committing .env to code: https://dotenvx.com/precommit [ { Field: 'id', Type: 'bigint unsigned', Null: 'NO', Key: 'PRI', Default: null, Extra: 'auto_increment' }, { Field: 'theme_id', Type: 'bigint unsigned', Null: 'NO', Key: 'MUL', Default: null, Extra: '' }, { Field: 'var_name', Type: 'varchar(128)', Null: 'NO', Key: 'MUL', Default: null, Extra: '' }, { Field: 'var_value', Type: 'varchar(128)', Null: 'NO', Key: '', Default: null, Extra: '' }, { Field: 'value_type', Type: "enum('color','length','number','string','other')", Null: 'NO', Key: '', Default: 'color', Extra: '' }, { Field: 'is_protected', Type: 'tinyint(1)', Null: 'NO', Key: '', Default: '0', Extra: '' }, { Field: 'created_at', Type: 'datetime', Null: 'NO', Key: '', Default: 'CURRENT_TIMESTAMP', Extra: 'DEFAULT_GENERATED' }, { Field: 'updated_at', Type: 'datetime', Null: 'NO', Key: '', Default: 'CURRENT_TIMESTAMP', Extra: 'DEFAULT_GENERATED on update CURRENT_TIMESTAMP' } ] Sample Data: [ { id: 1, theme_id: 1, var_name: 'bdls-primary', var_value: '#1c94c6', value_type: 'color', is_protected: 0, created_at: 2025-12-03T06:18:50.000Z, updated_at: 2026-01-12T19:33:42.000Z }, { id: 2, theme_id: 1, var_name: 'giftwrap-primary-light', var_value: '#84BCF8', value_type: 'color', is_protected: 0, created_at: 2025-12-03T06:18:50.000Z, updated_at: 2025-12-03T06:18:50.000Z }, { id: 3, theme_id: 1, var_name: 'giftwrap-primary-dark', var_value: '#012C59', value_type: 'color', is_protected: 0, created_at: 2025-12-03T06:18:50.000Z, updated_at: 2025-12-03T06:18:50.000Z }, { id: 4, theme_id: 1, var_name: 'giftwrap-secondary', var_value: '#0099CC', value_type: 'color', is_protected: 0, created_at: 2025-12-03T06:18:50.000Z, updated_at: 2025-12-03T06:18:50.000Z }, { id: 5, theme_id: 1, var_name: 'giftwrap-secondary-light', var_value: '#85ABE8', value_type: 'color', is_protected: 0, created_at: 2025-12-03T06:18:50.000Z, updated_at: 2025-12-03T06:18:50.000Z } ]