Spaces:
Running
Running
david-oplatka
commited on
Commit
•
7e69a95
1
Parent(s):
414be5f
Edit Title Registration Columns
Browse files- create_tables.sql +3 -3
create_tables.sql
CHANGED
@@ -43,11 +43,11 @@ CREATE TABLE ev_registrations (
|
|
43 |
odometer_reading_description VARCHAR(55),
|
44 |
new_or_used VARCHAR(4),
|
45 |
sale_price INTEGER,
|
46 |
-
sale_date DATE,
|
47 |
base_msrp INTEGER,
|
48 |
transaction_type VARCHAR(32),
|
49 |
-
|
50 |
-
|
|
|
51 |
county VARCHAR(20),
|
52 |
city VARCHAR(24),
|
53 |
state VARCHAR(2),
|
|
|
43 |
odometer_reading_description VARCHAR(55),
|
44 |
new_or_used VARCHAR(4),
|
45 |
sale_price INTEGER,
|
|
|
46 |
base_msrp INTEGER,
|
47 |
transaction_type VARCHAR(32),
|
48 |
+
transaction_month VARCHAR(9),
|
49 |
+
transaction_day INTEGER,
|
50 |
+
transaction_year INTEGER,
|
51 |
county VARCHAR(20),
|
52 |
city VARCHAR(24),
|
53 |
state VARCHAR(2),
|