a listing of the possible intents in the subscan_intents table.

Definition:

   Column    |       Type        | Collation | Nullable | Default
-------------+-------------------+-----------+----------+---------
 intent_name | character varying |           | not null |
Indexes:
    "intent_pk" PRIMARY KEY, btree (intent_name)
Referenced by:
    TABLE "subscan_intents" CONSTRAINT "intents_scan_intents_fk" FOREIGN KEY (intent_name) REFERENCES intents(intent_name)

Columns:

intent_name: a text description of the intent, eg. 'CALIBRATE_PHASE'; currently empty and unused.

  • No labels