mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Code comment
This commit is contained in:
@@ -68,8 +68,8 @@ create table llx_actioncomm
|
||||
recurrule varchar(128), -- contains string with ical format recurring rule like "FREQ=MONTHLY;INTERVAL=2;BYMONTHDAY=19" or "FREQ=WEEKLY;BYDAY=MO"
|
||||
recurdateend datetime,
|
||||
|
||||
fk_element integer DEFAULT NULL,
|
||||
elementtype varchar(255) DEFAULT NULL
|
||||
fk_element integer DEFAULT NULL, -- For link to an element (proposal, invoice, order, ...)
|
||||
elementtype varchar(255) DEFAULT NULL -- For link to an element (proposal, invoice, order, ...)
|
||||
|
||||
)ENGINE=innodb;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user