From c0c36c541990c8071140308bf41fe7afa038b3b9 Mon Sep 17 00:00:00 2001 From: s26453 Date: Sun, 16 Dec 2018 14:21:50 +0000 Subject: [PATCH] Zaktualizuj 'sql/create.sql' --- sql/create.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/create.sql b/sql/create.sql index 4ecf394..3b71f3b 100644 --- a/sql/create.sql +++ b/sql/create.sql @@ -129,7 +129,7 @@ GO DROP TABLE IF EXISTS dim_indications; CREATE TABLE dim_indications ( indication_sk INTEGER identity(1, 1) PRIMARY KEY, - indication_id_bk INTEGER NOT NULL, + indication_id_bk nvarchar(13) NOT NULL, record_status CHAR(1), indication_description NVARCHAR(500) );