forked from community/product-iots
PostgerSQL scripts are not in the storage db scripts folder. Therefore added it and script will copy to the storage folder when building the serverapplication-manager-new
parent
d8363a5378
commit
883c91bdfb
@ -0,0 +1,9 @@
|
|||||||
|
CREATE TABLE IF NOT EXISTS resource (
|
||||||
|
uuid VARCHAR(250),
|
||||||
|
tenantId VARCHAR(250),
|
||||||
|
fileName VARCHAR(250),
|
||||||
|
contentLength INT,
|
||||||
|
contentType VARCHAR(150),
|
||||||
|
content BYTEA
|
||||||
|
)
|
||||||
|
;
|
Loading…
Reference in new issue