HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Please upgrade here. These earlier versions are no longer being updated and have security issues.
Applications - how to have tables created
I have started to create a basic application from the skeleton and have defined a database structure, but my tables haven't been created after disabling and enabling it and even deleting the config file and database and re-installing.
What do I need to do to have them created, or does the structure not do this?
What do I need to do to have them created, or does the structure not do this?
0
Comments
Have a look there: http://bitbucket.org/bean/simpleblog/
This application does create tables, and it works (it didn't at first because of a previous cleanup in Garden code removed the run of the Setup, it was added back 21/01/2010 with http://github.com/lussumo/Garden/commit/eaf4ee1f6c00d7bbc19e93700098c0f632c84471
In your application about.php, you need to states you have a setup also.
1. I hadn't changed the application name in setup.php.
2. The "text" data type had to be lower case.