Skip to content

Instantly share code, notes, and snippets.

@tbbooher
Created May 27, 2025 01:40
Show Gist options
  • Save tbbooher/74f061ee7be7ad1b265b1ccba54fa668 to your computer and use it in GitHub Desktop.
Save tbbooher/74f061ee7be7ad1b265b1ccba54fa668 to your computer and use it in GitHub Desktop.
\d bike_listings_new
Table "public.bike_listings_new"
Column | Type | Collation | Nullable | Default
----------------+--------------------------+-----------+----------+-----------------------------------------------
id | integer | | not null | nextval('bike_listings_new_id_seq'::regclass)
city | text | | not null |
post_date | timestamp with time zone | | |
price | numeric | | not null |
currency | text | | not null |
title | text | | not null |
url | text | | |
location | text | | |
year | integer | | |
brand | text | | |
original_model | text | | |
model | text | | |
frame_material | text | | |
wheel_size | text | | |
drivetrain | text | | |
brake_type | text | | |
suspension | text | | |
scraped_at | timestamp with time zone | | |
tire_brand | text | | |
frame_size | text | | |
travel | text | | |
source | text | | not null |
Indexes:
"bike_listings_new_pkey" PRIMARY KEY, btree (id)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment