codeforboston / Legalhousing-Scrapple

Getting all the data off websites
0 stars 8 forks source link

Create DB Table script #2

Closed AlexMerritt closed 6 years ago

AlexMerritt commented 6 years ago

Create a simple script that will create the table schema for a listing. The schema isn't completely solid but this is a good starting point

Current schema

table: listing { Id: primary_key id CreationDate: Date Title: string Latitude: float Longitude: float Content: string PostingId: string }