diff options
| author | Joe Carstairs <jcarstairs@scottlogic.com> | 2025-07-15 13:48:04 +0100 |
|---|---|---|
| committer | Joe Carstairs <jcarstairs@scottlogic.com> | 2025-07-15 13:48:04 +0100 |
| commit | bf2722034f0ae8ddc2277894542b8d6eb3b90527 (patch) | |
| tree | d3866f7237b19b6422ea780cf43a1d589a5dd03f /requirements/data_models/dml-drip.md | |
| parent | 8ce1d909ad205d7f212a66b180d054bcc21e5038 (diff) | |
add req-030
Diffstat (limited to 'requirements/data_models/dml-drip.md')
| -rw-r--r-- | requirements/data_models/dml-drip.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/requirements/data_models/dml-drip.md b/requirements/data_models/dml-drip.md new file mode 100644 index 0000000..a421180 --- /dev/null +++ b/requirements/data_models/dml-drip.md @@ -0,0 +1,14 @@ +# dml-drip + +A drip represents a single daily transaction from the tank into a bucket as a +result of a pipe. + +| Field | Type | Description | +| --------- | ------ | --------------------------------------------------- | +| id | string | A unique ID. | +| bucket_id | string | The ID of the bucket into which this drip drap. | +| pipe_id | string | The ID of the pipe which from which this drip drap. | +| date | date | The date on which this drip drap. | +| amount | number | The amount of money which dripped. | + +Sources: req-030 |
