Data Records Table Schema (data_records)


Description

every record introduced

data_records table columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
data_content.recordid datacont_rec2_fk R
userid BIGINT 19 0
user.id Implied Constraint R
groupid BIGINT 19 0
dataid BIGINT 19 0
data.id datareco_dat2_fk R
timecreated BIGINT 19 0
timemodified BIGINT 19 0
approved SMALLINT 5 0

Table contained -1 rows

data_records table indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
datareco_dat_ix Performance Asc dataid

data_records table relationships