Added client config table DDL
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
-- Create the table to store the client configuration details for Upload UI & Config UI
|
||||
CREATE TABLE IF NOT EXISTS STG.CLIENT_CONFIG(
|
||||
OA_CLIENT_ID NUMERIC,
|
||||
CLIENT_NAME VARCHAR,
|
||||
ACTIVE_PROJECT_COUNT NUMERIC,
|
||||
S3_BUCKET_PATH VARCHAR
|
||||
);
|
||||
Reference in New Issue
Block a user