Closed northlandiguana closed 8 years ago
App now creates tables and columns that do not exist as needed. Need to revise to create all columns for master and page tables when tables are created, on first use.
PHP scripts create all master and page columns on first run for data and interactions, respectively. Participant columns are created and all columns updated as needed.
PHP script needs to generate all six database tables at once using the question labels and interactions as column headers. Alternately, generate tables and columns if they do not already exist, but this seems like it will involve a lot more repetitive testing of the database.