Ignore:
Timestamp:
07/09/23 17:51:32 (12 months ago)
Author:
DarkoSasanski <darko.sasanski@…>
Branches:
main
Children:
99d8816
Parents:
708a5bc
Message:

updated sql scripts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • SQLScripts/kreiranje.sql

    r708a5bc r9dd4182  
    129129        dateCreated timestamp default now(),
    130130        dateApproved timestamp,
     131        dateDelivered timestamp,
    131132        priority varchar(50) not null,
    132133        managerUserId integer not null,
     
    245246
    246247);
     248
     249-------------------------
     250
     251alter table question_availability_for_storedarticle add constraint pk_question_availability_for_storedarticle primary key (questionId, sArticleId);
     252
     253-------------------------
     254
     255alter table article_belongs_to_category add constraint pk_article_belongs_to_category primary key (articleId, categoryId);
     256
     257-------------------------
     258
     259alter table supplier_supplies_category add constraint pk_supplier_supplies_category primary key (userId, categoryId);
Note: See TracChangeset for help on using the changeset viewer.