376 B
376 B
tags
| tags | |
|---|---|
|
REQ0149-DemoReactMovieAppWithAlgolia
Description
Schema
// Add your DBML here
Table movies {
id integer
title string
year integer
rating decimal
search_index string
last_updated datetime
}
