ud_inp_curve_value - Giswater/giswater_dbmodel GitHub Wiki
Description:
Describes a relationship between two variables in tabular format.
Fields:
| Column name | Data type | Description |
|---|---|---|
| id | integer | Id |
| curve_id | character varying(16) | Id of curve, defined on inp_curve |
| x_value | numeric(18,6) | An x (independent variable) value |
| y_value | numeric(18,6) | The y (dependent variable) value corresponding to x |