This commit is contained in:
2025-11-21 14:13:49 -05:00
parent 9d4826601f
commit 7afe4f60f8
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -431,7 +431,7 @@ CREATE TABLE EconomicIndicators
( (
country_code VARCHAR(25) NOT NULL, country_code VARCHAR(25) NOT NULL,
country_name VARCHAR(255), country_name VARCHAR(255),
indicator_name VARCHAR(50) NOT NULL, indicator_name VARCHAR(128) NOT NULL,
indicator_code VARCHAR(50), indicator_code VARCHAR(50),
indicator_value NUMERIC(19,2), indicator_value NUMERIC(19,2),
year INTEGER NOT NULL, year INTEGER NOT NULL,