Skip to content

Database Schema

Nicholas Lewanowicz edited this page Oct 20, 2018 · 1 revision

Beer: name, type, description, alcoholByVolume

{
    name: STRING,
    type: STRING,
    description: STRING,
    alcoholByVolume: number
}
Clone this wiki locally