Add custom fields on products #2
Notifications
Due Date
No due date set.
Depends on
#1 Add products
ardent/IceCold
Reference: ardent/IceCold#2
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Requires a table for the custom types,
And a (many to many) table with the values for each product to that custom type.
Can maybe use polymorphic assosiations for this.