Hello,
For some reason when I do a db save to add a new record, one of the columns is not being saved. In the debugger information below, you will see that there is an array key equipment.building with a value of 17.
[attachment=0]building.jpg[/attachment]
Yet after the db save, you can see in the picture below that the new record has been added but the value for building has not been added.
[attachment=1]building2.jpg[/attachment]
The building column was not in the original table I set up. I added it later. It is a varchar(5). The column name does match what is in the script. I even deleted the original db save and added a new one. The building number is also saved in the location table and that saves just fine.
Can you think of any reason this column is not being saved? I'm afraid I'm stumped.
Thanks for your help.
Chris.
For some reason when I do a db save to add a new record, one of the columns is not being saved. In the debugger information below, you will see that there is an array key equipment.building with a value of 17.
[attachment=0]building.jpg[/attachment]
Yet after the db save, you can see in the picture below that the new record has been added but the value for building has not been added.
[attachment=1]building2.jpg[/attachment]
The building column was not in the original table I set up. I added it later. It is a varchar(5). The column name does match what is in the script. I even deleted the original db save and added a new one. The building number is also saved in the location table and that saves just fine.
Can you think of any reason this column is not being saved? I'm afraid I'm stumped.
Thanks for your help.
Chris.