Skip to content
Archived from the legacy DMS wiki — content may be outdated.

Inventory

This information may be outdated.
If you feel this is in error, please remove the {{outdated}} template.

The Dallas Makerspace inventory system is currently under development. It is licensed under the GNU Affero General Public License.

The software is available at: https://github.com/Dallas-Makerspace/Inventory

Items:

FieldTypeNullDefaultExtra
idint(10) unsignedNOTnoneauto_increment
createddatetimeNOTnone
modifieddatetimeNOTnone
namevarchar(255)NOTnone
functionvarchar(255)NULLNULL
manufacturervarchar(255)NULLNULL
room_idint(10) unsignedNOTnone
locationvarchar(255)NOTnone
qtyunsigned smallint(5)NOT0
notestextNULLNULL
  • Primary Key: id

Rooms:

FieldTypeNullDefaultExtra
idint(10) unsignedNOTnoneauto_increment
namevarchar(255)NOTnone
  • Primary Key: id

Verifications:

FieldTypeNullDefaultExtra
idint(10) unsignedNOTnoneauto_increment
item_idint(10) unsignedNOTnone
createddatetimeNOTnone
usernamevarchar(255)NOTnone
commenttextNULLNULL
  • Primary Key: id

Comments:

FieldTypeNullDefaultExtra
idint(10) unsignedNOTnoneauto_increment
item_idint(10) unsignedNOTnone
createddatetimeNOTnone
usernamevarchar(255)NOTnone
messagetextNOTnone
  • Primary Key: id

Categories:

FieldTypeNullDefaultExtra
idint(10) unsignedNOTnoneauto_increment
parent_idint(10) unsignedNOTnone
namevarchar(255)NOTnone
lftint(10) unsignedNOTnone
rghtint(10) unsignedNOTnone
item_countsmallint(5)NULLNULL
  • Primary Key: id

Items_Categories:

FieldTypeNullDefaultExtra
idint(10) unsignedNOTnoneauto_increment
item_idint(10) unsignedNOTnone
category_idint(10) unsignedNOTnone
  • Primary Key: id

Uploads:

FieldTypeNullDefaultExtra
idint(10) unsignedNOTnoneauto_increment
item_idint(10) unsignedNOTnone
namevarchar(255)NOTnone
descriptionvarchar(255)NULLNULL
typevarchar(255)NOTnone
sizeint(10) unsignedNOTnone
createddatetimeNOTnone
  • Primary Key: id

Migrated from the legacy DMS wiki: original page