You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
o objeto Tabela deveria ter os campos:
String nomeBanco, String nomeClasse, Boolean hasGeneratedKey, Column generatedKey List allColumns, List primaryKey, List columns
o objeto Column deveria ter os campos:
String nomeBanco, String nomeClasse, String nomeVariavel, Boolean isGeneratedKey
Assim o template ficará beeeem menos verboso e mais legível
The text was updated successfully, but these errors were encountered:
o objeto Tabela deveria ter os campos:
String nomeBanco, String nomeClasse, Boolean hasGeneratedKey, Column generatedKey List allColumns, List primaryKey, List columns
o objeto Column deveria ter os campos:
String nomeBanco, String nomeClasse, String nomeVariavel, Boolean isGeneratedKey
Assim o template ficará beeeem menos verboso e mais legível
The text was updated successfully, but these errors were encountered: