java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQLviews;}spring.jpa.hibernate.ddl-auto=update
spring.datasource.url=jdbc:mysql://${MYSQL_HOST:localhost}:3306
我想为已经创建的用户表在MySQL数据库中添加注释。我正试着听从命令但是,当id列在user_address表中用作外键时': used in a foreign key constraint 'user_address_users_FK' of table 'user_address'
如何在不出现此错误的情况下