Basic sql and linting
This commit is contained in:
6
collector/db/stores.sql
Normal file
6
collector/db/stores.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- Modeling the stores that we track overall
|
||||
|
||||
CREATE TABLE businesses (
|
||||
store_id UUID PRIMARY KEY DEFAULT gen_random_uuid(),
|
||||
store_name VARCHAR(255) NOT NULL
|
||||
);
|
||||
Reference in New Issue
Block a user