Column 'status' specified twice

When the dictionary management save the test, the occurrence Column 'status' specified twice

Baidu translation: Column 'status' specified twice

This directly to sql, but really wrong ...............

Try to solve first: remove duplicate ..

下一个错误:Field 'id' doesn't have a default value; nested exception is java.sql.SQLException: Field 'id' doesn't have a default value

Baidu translation: Field "id" no default value; nested exception is java.sql.sqlException: field "id" no default

Baidu Solution: ID is set to grow from the database

下一个错误:JSON parse error: Unexpected character (',' (code 44)): expected a value; nested exception is com.fasterxml.jackson.core.JsonParseException: Unexpected character (',' (code 44)): expected a value

My translation: There is a place should have value, but it is a comma

The first attempt to solve: just fill in the id of a value, try a little success here because of the fans .. Id database is self-growth rather than id value I set.

so be it...

 

Guess you like

Origin www.cnblogs.com/LearnSB/p/11101549.html