]> git.mxchange.org Git - friendica.git/blobdiff - doc/database/db_config.md
Merge pull request #11841 from Quix0r/cleanups/type-hints-documentation
[friendica.git] / doc / database / db_config.md
index 32396dc743209ffb15c01dfec149852499910410..7d7618794aaa01f9593991164441efa25aa4fac1 100644 (file)
@@ -16,10 +16,10 @@ Fields
 Indexes
 ------------
 
-| Name | Fields |
-|------|--------|
-| PRIMARY | id |
-| cat_k | UNIQUE, cat, k |
+| Name    | Fields         |
+| ------- | -------------- |
+| PRIMARY | id             |
+| cat_k   | UNIQUE, cat, k |
 
 
 Return to [database documentation](help/database)