CREATE TYPE billing_task_state AS ENUM ('active', 'finishing', 'finished', 'canceled');
