Skip to content

DatabaseTableNote

Kyle Unverferth edited this page Sep 5, 2018 · 2 revisions

note

Columns

Name Type NotNull Unique Indexed Default
id uuid true true true UUID.randomUUID
rel_type string false false false ""
rel_pk string false false false ""
text string true false false ""
author uuid true false false UUID.randomUUID
created timestamp true false false util.DateUtils.now
Clone this wiki locally