28 lines
342 B
Markdown
28 lines
342 B
Markdown
---
|
|
tags: [requirements]
|
|
---
|
|
|
|
# REQ0150-DemoReactNotes
|
|
|
|
## Description
|
|
|
|

|
|
|
|
## Schema
|
|
|
|
```dbml
|
|
// Add your DBML here
|
|
Table notes {
|
|
id integer
|
|
title string
|
|
content text
|
|
created_at datetime
|
|
updated_at datetime
|
|
is_pinned boolean
|
|
}
|
|
```
|
|
|
|
## Related
|
|
|
|
- [REQ0149-DemoReactMovieAppWithAlgolia](#)
|