Attempt to insert null into a non-nullable column: column: ID table: Assets in statement [INSERT INTO “Assets” ( “Item”,“Location”,“Photo”) VALUES ( ?,?,?)]
This happens when I insert a photo specific to the first record and try a save it. Each record for the inventory I am creating will need its own photo.