Ejdamm / market-board

A lighweight marketplace written with PHP Slim framework
MIT License
1 stars 0 forks source link

create database #2

Closed Ejdamm closed 5 years ago

Ejdamm commented 5 years ago

Make up a table structure Write code that implements the structure

Ejdamm commented 5 years ago

phinx will hande tables but will not create the database itself https://github.com/cakephp/phinx/issues/342 Travis can handle it https://docs.travis-ci.com/user/database-setup/ Is that enough? Can we live with creating the databases on our own? It is only needed once per installation and a database account setup is needed anyways.

Ejdamm commented 5 years ago

solved in #28