Just a simple suggestion to be able to add a template (or more) to a table. This template would only be used in the admin panel. For example, you have a table which might need many properties. To prevent having to re-create each property for each object you add, you could make a template with the properties that you want each object in your table to have. You would simply fill out the template for each new object you make in that table.
To illustrate what I mean:
http://playerio.com/documentation/bigdb/example
Look at "Description" on the image at "Level Data". It shows how you decided what the structure of each object in the table should be:
levelname = (
Started:0
Completed:0
BestScore:0
)
The admin panel would be much more usable if you could store the required structure in a template. Each time you clicked "new object" on that table, it would already create the properties stored in the template.
I hope that made sense, I'm not very good at explaining