Command Palette
Search for a command to run
Command Palette
Search for a command to run

empty-array-default-value

✓ Relevant

Set empty array defaults in PostgreSQL (sql`'{}'::text[]`), MySQL (json type with default([]) or JSON_ARRAY()), SQLite (text with mode: 'json' and json_array()); use .$type<T>() for type inference.