Service
Services Table
Column
Type
Description
SELECT
_id AS service_id,
name,
description,
is_active,
version_sets
FROM services
WHERE is_active = true;Last updated
Was this helpful?
SELECT
_id AS service_id,
name,
description,
is_active,
version_sets
FROM services
WHERE is_active = true;Last updated
Was this helpful?
Was this helpful?