Skip to content

Instantly share code, notes, and snippets.

@Kalimaha
Created November 19, 2018 10:25
Show Gist options
  • Select an option

  • Save Kalimaha/6230f5ccafa04b676de4b4e163f92076 to your computer and use it in GitHub Desktop.

Select an option

Save Kalimaha/6230f5ccafa04b676de4b4e163f92076 to your computer and use it in GitHub Desktop.
Properties(
id int NOT NULL PRIMARY KEY,
location_id FOREIGN KEY REFERENCES Locations(id),
rent int,
created_at date
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment