Development whiteboard: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

19 August 2023

4 August 2023

27 July 2023

22 July 2023

14 July 2023

13 July 2023

  • curprev 15:5315:53, 13 July 2023Evert talk contribs 4,107 bytes +4,107 Created page with "== Database structuring == === Auth microservice === ==== Users ==== {| class="wikitable" |+ !Key !Type !Description !Default |- |id* |PK UUID |User ID, UUID |<code>uuid_generate_v4()</code> |- |username* |varchar 255 |Username | |- |email* |varchar 255 |Email address | |- |phone |varchar 255 |Phone number | |- |country |varchar 2 |2-character country code | |- |language* |varchar 2 |2-character language code |en |- |password* |text |bcrypt 12 rounds password | |- |dis..." Tag: Visual edit