-
Notifications
You must be signed in to change notification settings - Fork 9
Description
Hi Sam,
I'm getting the following error, and I can't see what is causing it, have you got any thoughts on this?
Caused by: java.lang.NullPointerException
at com.memtrip.sqlking.preprocessor.processor.model.Column.assembleIsIndex(Column.java:60)
at com.memtrip.sqlking.preprocessor.processor.model.Column.(Column.java:42)
at com.memtrip.sqlking.preprocessor.processor.model.Table.assembleMembers(Table.java:57)
at com.memtrip.sqlking.preprocessor.processor.model.Table.(Table.java:37)
at com.memtrip.sqlking.preprocessor.processor.model.Data.assembleTables(Data.java:24)
at com.memtrip.sqlking.preprocessor.processor.model.Data.(Data.java:16)
at com.memtrip.sqlking.preprocessor.processor.Processor.process(Processor.java:40)
Also, please can you give tell me what the annotation syntax is for setting up foreign keys and indexes?
Thanks,
Adrian