Wish to see a specific feature/change in future releases? Feel free to post it here, and if it gets enough "likes", we'd definitely include it in future releases!
-
magicalmutation
- Posts: 11
- Joined: 2013-08-07 17:15
Post
by magicalmutation » 2013-12-11 10:35
Is it possible for a re-create the tables function so that when you add or change the structure it will auto re-create the database.
Its a pain in the bum having to delete the config file each time, partly because its a bugger sometimes having got do this but mostly because I am lazy

-
a.gneady
- Site Admin
- Posts: 1135
- Joined: 2012-09-27 14:46
-
Contact:
Post
by a.gneady » 2014-01-02 19:12
the generated application should automatically (and silently) create a table if it doesn't exist. If it does exist, however, you can recreate specific fields (rather than the entire table -- which could cause data loss) by selecting a field in AppGini, then opening the Tables menu > Fields > Recreate this field. You should then generate your application before closing AppGini, overwriting older files.
-
urichard
- Posts: 16
- Joined: 2018-11-01 12:11
Post
by urichard » 2018-11-03 12:17
Hi A Gneady
I have a similar Question, i want to generate my application after i have already desined all the tables and fields and have a trigger in the application that whenever a new client subscribes or registers with my application that there should maybe be some code in hooks i gues to auto create a additional new database table with fields for this new client so i.o.w each client to have their own database table?
PS sorry for posting here i do not know how to post a new thread?
Please help
Regards
Richard