×
Please submit new Bug Reports on GitHub: github.com/Jensen-Technologies/component-creator-issues/issues
Adding dates to items
Ryan Minnig
New Member
Posts: 10
1 年 8 个月 前 #10072
由 Ryan Minnig
Adding dates to items was created by Ryan Minnig
You will probably have to share more information for a proper response to be formulated.
My experience is that subforms are not linked to tables in the same way that top level items are. For instance, a subform with 2 date selector items will be stored in a single column of the database per the subform item in the top level table. The contents of that column then contain a JSON encoded version of the contents of the subform.
My experience is that subforms are not linked to tables in the same way that top level items are. For instance, a subform with 2 date selector items will be stored in a single column of the database per the subform item in the top level table. The contents of that column then contain a JSON encoded version of the contents of the subform.
Please 登录 或 注册一个帐号 to join the conversation.
Ryan Minnig
New Member
Posts: 10
1 年 7 个月 前 #10076
由 Ryan Minnig
Replied by Ryan Minnig on topic Adding dates to items
I'm not sure I'm fully understanding your problem.
Can you not add 2 columns of type "Joomla Fields : Calendar (Date selector)?
These items use the SQL field "datetime".
If you are wanting to have a one-to-many relationship, then you will have to create a new table with the minimum columns of item_id which references back to your initial item, and datetime. You would then have to decide which of those tables should have the foriegn key from the other table.
I don't think this is a CC limitation, I think it's a design question.
Can you not add 2 columns of type "Joomla Fields : Calendar (Date selector)?
These items use the SQL field "datetime".
If you are wanting to have a one-to-many relationship, then you will have to create a new table with the minimum columns of item_id which references back to your initial item, and datetime. You would then have to decide which of those tables should have the foriegn key from the other table.
I don't think this is a CC limitation, I think it's a design question.
Please 登录 或 注册一个帐号 to join the conversation.
创建页面时间:0.056秒