DB-table modify

modify an existing database table in ChronoForms.

Overview

The CF interface only provides a "create table" option and does not allow direct modification of existing table structures.
Use an external database management tool like PHPMyAdmin to manually add new columns to the required table.

Answered
md mdma 15 Sep, 2015
Hello,
I created a DB table a time ago for db-save action,
in the meantime i added lots of fields,..
is it possible to modify my settings from the first config, or do i have to create a new table again?
i can find only "create table".
Greetings
Gr GreyHead 15 Sep, 2015
Answer
1 Likes
Hi mdma,

You can add new columns to the table using PHPMyAdmin (or some similar tool). You can't do it in ChronoForms directly.

Bob
md mdma 15 Sep, 2015
Thank you Bob, thats clear to me now.
This topic is locked and no more replies can be posted.