stimulus_id
Primary key of the Stimulus table. Reference to this identifier in other tables are thus named stimulus_id.
info
Part of the Key category of the Stimulus table in the trial schema.
Details
| Property | Value |
|---|---|
| Type | PRIMARY KEY |
| Requirement | required |
| Range | Each row in this table has a unique id. |
| Categories | Key |
Notes
- If the same stimulus is shown at two different times in a trial, those two instances will have their own row in the
Stimulustable, each with its ownid. - Make sure to refer to this field as
stimulus_idrather thanidWhen joining tables. This also applies to all theidfields; they are namedidwithin their own context/table, but<context/table>_idwhen addressed from other tables. For example,X_idin a table refers (hence a foreign key) to theidcolumn in the X table.