Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ raw zone table build
-- country table build

-- todo: complete table build
CREATE TABLE {{env}}_tasty_bytes.raw_pos.country
CREATE OR ALTER TABLE {{env}}_tasty_bytes.raw_pos.country
(
country_id NUMBER(18,0),
country VARCHAR(16777216),
Expand Down