Portfolio Mahara Queue Table Schema (portfolio_mahara_queue)


Description

maps mahara tokens to transfer ids

portfolio_mahara_queue table columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
transferid BIGINT 19 null
portfolio_tempdata.id portmahaqueu_tra2_fk R

fk to portfolio_tempdata.id

token VARCHAR 50

the token mahara sent us to use for this transfer.

Table contained -1 rows

portfolio_mahara_queue table indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
portmahaqueu_tok_ix Performance Asc token
portmahaqueu_tra_ix Performance Asc transferid

portfolio_mahara_queue table relationships