Extract column names for a specific table Uses the 'Row' type which represents the actual database columns Example: for 'notes' → 'id' | 'user_id' | 'title' | 'created_at'
Extract column names for a specific table Uses the 'Row' type which represents the actual database columns Example: for 'notes' → 'id' | 'user_id' | 'title' | 'created_at'