LinkinStars commented on issue #862: URL: https://github.com/apache/incubator-answer/issues/862#issuecomment-2014248951
Sorry, maybe I misunderstood your requirements... My previous understanding is that you want the plugin to have the ability to upgrade database fields. In the context of Answer, **migration** specifically refers to the steps involved in **upgrading** from version A to version B. > In the context of SQL, data definition or data description language (DDL) is a syntax for creating and modifying database objects such as tables, indices, ... Firstly, you want the plugin to have the ability to manipulate database table structures, such as modifying existing table structures, right? Secondly, you want the plugin to have the ability to migrate data in order to obtain data from the Answer itself, right? May continue providing further details on the **capabilities** that should be included. For example, specify the specific abilities the plugin should have and the type of data it needs to access. For example, want the plugin to be able to access data related to question-and-answer content. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
