Changeset 99d8816
- Timestamp:
- 07/10/23 00:27:00 (17 months ago)
- Branches:
- main
- Parents:
- 9dd4182
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
SQLScripts/kreiranje.sql
r9dd4182 r99d8816 44 44 imageURL varchar(200), 45 45 maxQuantityPerLocation integer not null 46 constraint ck_maxquantity_gt_0 check (maxQuantityPerLocation>0) 46 47 47 48 );
Note:
See TracChangeset
for help on using the changeset viewer.