Files
HKSingleParty/01_Requirements/REQ0136/index.md

25 lines
261 B
Markdown

---
tags: requirements
---
# REQ0136-DemoProfileExample
## description
<Profile Example.png>
## schema
```dbml
// Add your DBML here
Table profiles {
id integer
name string
avatar_url string
}
```
## related
[[REQ0135-DemoPinterestFloatingTabBar]]