I have made a Tiggzi database, an in one of the collections I have made a column that is supposed to contain references to rows in another collection (i.e. it it should hold a "foreign key"). I guess that this column should be of type "Pointer", but what values should a field of this type contain? The id of the row that its pointing to, or something else?