25 lines
261 B
Markdown
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]]
|