I'm building a custom addon for my site.
I'm at the point where it's hard for me to make the screens i need without the database. chicken/egg problem.
I need the db to make the screens populate and fill dropdowns... but i don't have a database yet because i don't have an app to install. I coded it out in setup.php but i haven't actually run the code.
What's the usual process for building new tables to support development? how do you all approach it?
run it in phpmyadmin?
I'm at the point where it's hard for me to make the screens i need without the database. chicken/egg problem.
I need the db to make the screens populate and fill dropdowns... but i don't have a database yet because i don't have an app to install. I coded it out in setup.php but i haven't actually run the code.
What's the usual process for building new tables to support development? how do you all approach it?
run it in phpmyadmin?