1
0
forked from s26450/hurtownia

Zaktualizuj 'sql/create.sql'

This commit is contained in:
s26453 2018-12-16 14:21:50 +00:00
parent a4b79ed296
commit c0c36c5419

View File

@ -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)
);