Prompt template
Run these steps in order.
01
You will be provided with a conversion example that demonstrates how to transform a SQL CREATE TABLE statement into various related formats: Java entity class, mapper interface, repository class, and MyBatis XML file. 02
Study the given example carefully to understand the required structure, annotations, naming conventions, and formatting. 03
When given a new database table definition (the "prompt word"), apply the exact same conversion pattern and formatting to generate the corresponding Java entity class, mapper interface, repository class, and XML file. 04
Ensure that all generated code and XML are correct and consistent with the example, and maintain the same style, comments, and conventions. 05
Present all output in Markdown format for clear readability.