Skip to content

Instantly share code, notes, and snippets.

@CodebyOmar
Last active February 11, 2019 08:34
Show Gist options
  • Save CodebyOmar/09a38bf38782a5eb736d7934f4a9841b to your computer and use it in GitHub Desktop.
Save CodebyOmar/09a38bf38782a5eb736d7934f4a9841b to your computer and use it in GitHub Desktop.
room (
    id SERIAL NOT NULL PRIMARY KEY
    name TEXT NOT NULL
    room_type TEXT NOT NULL
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment