recommentation-bot/dbschema
2021-04-02 16:50:07 +02:00

7 lines
No EOL
178 B
Text

(:User {id:number})
(:Thing {type:string, name:string, tags:[string]})
type: s(show), g(game), m(movie), o(other)
(:User) - [:SUBS_TO] -> (:User)
(:User) - [:LIKES] -> (:Thing)