fk_user_actioninteger,-- user id of owner of action (note that assigned users to event are store into another table)
transparencyinteger,-- transparency (ical standard). used to say if user assigned to event are busy or not by event (in future version, this field is deprecated and will be stored into table llx_actioncomm_resources)
fk_user_doneinteger,-- user id of user that has made action (deprecated)
prioritysmallint,
fulldayeventsmallintNOTNULLdefault0,
punctualsmallintNOTNULLdefault1,-- deprecated. milestone is event with date start = date end
transparencyinteger,-- transparency (ical standard). used to say if user assigned to event are busy or not by event. This field may be deprecated if we want to store transparency for each assigned user, so into table llx_actioncomm_resources.