Hi Team,
Google recently launches Discussion forum (DiscussionForumPosting) https://developers.google.com/search/docs/appearance/structured-data/discussion-forum structured data and we would like to implement this on our xenforo forum section. Can you please help me how to implement this? Is...
As said in title.
Column has a type \XF\Mvc\Entity\Entity::UINT, and i expect generating schema like:
$this->createTable('table_name', function (\XF\Db\Schema\Create $table)
{
$table->addColumn('my_column', 'int')->unsigned();
});
What i receive:
$this->createTable('table_name', function...