Db Structure: Difference between revisions

From Journey
No edit summary
No edit summary
Line 3: Line 3:
We also use Node & Bootstrap.
We also use Node & Bootstrap.


The first level of the database Structure is around Alpha and the supporting tables.
{{Tables|Tables}}
There is a Table structure we are developing around the idea of an Alpha Record.
There is a Table structure we are developing around the idea of an Alpha Record.
{{Tables|Tables}}
{{Alpha|Alpha}}
{{Alpha|Alpha}}
Going deeper we have a whole other section using the Alpha concept and fleshing it out to provide custom databases.
{{Dbs|Dbs}}
{{Dbs|Dbs}}
In Journey, this is how we use these tables to build our custom databases.
{{DB|DB}}
{{DB|DB}}

Revision as of 18:01, 7 September 2020

Journey is built using PHP & Symfony and MySQL, and as time goes on AJAX.

We also use Node & Bootstrap.

The first level of the database Structure is around Alpha and the supporting tables.

There is a Table structure we are developing around the idea of an Alpha Record.

Going deeper we have a whole other section using the Alpha concept and fleshing it out to provide custom databases.

In Journey, this is how we use these tables to build our custom databases.