gha_vars table
March 30, 2023 ยท View on GitHub
- This is a special table that holds PostgreS variables defined by pdb_vars tool.
- More info about
pdb_varstool here. - Key is
name, values are various columns starting withvalue_- different types are supported. - Per project variables can be defined here (kubernetes example).
- Its primary key is
name. Max length is 100 characters.
Columns
name: Variable name. Max var name length is 100 characters.value_i: Integer value. Bigint.value_f: Float value. Double precision.value_s: String value. Unlimited length.value_dt: Datetime value.