xf-dev:generate-schema-entity

  1. J

    XF 2.2 Discussion forum (DiscussionForumPosting) structured data

    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...
  2. Kruzya

    Not a bug xf-dev:generate-schema-entity don't correctly generates creating UInt columns

    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...
Top Bottom