From aaadf86e9abb0d68ff57ea824fc17e913caf3077 Mon Sep 17 00:00:00 2001 From: Chris Miles Date: Sat, 13 Jan 2018 16:00:19 -0600 Subject: [PATCH] Created db_str (markdown) --- db_str.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 db_str.md diff --git a/db_str.md b/db_str.md new file mode 100644 index 0000000..ffa985e --- /dev/null +++ b/db_str.md @@ -0,0 +1,5 @@ +**Field**|**Type**|**Null**|**Key**|**Default**|**Notes** +-----|-----|-----|-----|-----|----- +id|int(10)|NO|PRI| | +type|int(10)|NO|PRI| | +value|text|NO| | | \ No newline at end of file