Removed obsolete database model

This commit is contained in:
Erik Thuning 2018-09-05 17:20:01 +02:00
parent c049133d83
commit ed8402efd5

@ -1,33 +0,0 @@
product:
id - primary auto nonull
name - nonull
invoice - nonull
serial - nonull
product_info:
id - primary auto nonull
product - foreign nonull, composite uniq w field
field - nonull, composite uniq w product
data - nonull default ''
product_tag:
id - primary auto nonull
product - foreign nonull, composite uniq w tag
tag - nonull, composite uniq w product
user:
id - primary auto nonull
name - nonull
notes - nonull default ''
loan:
id - primary auto nonull
user - foreign nonull
product - foreign nonull
starttime - nonull
endtime - nonull
active - nonull default 1
kvs:
key - primary nonull
value - nonull default ''