What's new
Xen Factory

Register today to become a member! Once signed in, you'll be able to start purchasing our products, ask questions, request support and suggest new ideas!

Support Two fields for attachment?

Robert9

Well-Known Member
// xf_attachment_data
$sm->alterTable('xf_attachment_data', function(Alter $table)
{
$table->addColumn('xfa_do', 'int')->setDefault(0);
$table->addColumn('xfa_url', 'varchar', 250)->setDefault('');
});


Can you tell me which add-ons use these fields?
If I don't use these add-ons, I have two fields in my table that I do not need.
 

From bespoke add-on development to complex integrations and specialized enhancements, we offer a range of XenForo development services designed to help your community thrive.

Start discussing your needs
Back
Top
Cart