27 lines
318 B
Markdown
27 lines
318 B
Markdown
---
|
|
tags: [requirements]
|
|
---
|
|
|
|
# REQ0145-DemoReactItemList
|
|
|
|
## Description
|
|
|
|

|
|
|
|
## Schema
|
|
|
|
```dbml
|
|
// Add your DBML here
|
|
Table items {
|
|
id integer
|
|
name string
|
|
description text
|
|
price decimal
|
|
created_at datetime
|
|
}
|
|
```
|
|
|
|
## Related
|
|
|
|
- [REQ0144-DemoReactHookFormExample](#)
|