306 B
306 B
tags
tags | |
---|---|
|
REQ0142-DemoReactCalculator
Description
Schema
// Add your DBML here
Table calculations {
id integer
expression string
result float
timestamp datetime
}