add csv parsing
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
create table public.locations
|
||||
(
|
||||
id serial primary key,
|
||||
location_name varchar(255) not null
|
||||
location_name varchar(255) not null unique
|
||||
);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user