From fd610bb97e49177eaa6cdac79a3f1bb79b9c8730 Mon Sep 17 00:00:00 2001 From: Chris Miles Date: Sat, 13 Jan 2018 15:54:21 -0600 Subject: [PATCH] Created variables (markdown) --- variables.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 variables.md diff --git a/variables.md b/variables.md new file mode 100644 index 0000000..c28cb66 --- /dev/null +++ b/variables.md @@ -0,0 +1,6 @@ +**Field**|**Type**|**Null**|**Key**|**Default**|**Notes** +-----|-----|-----|-----|-----|----- +varname|varchar(25)|NO|PRI| | +value|text|NO| | | +information|text|NO| | | +ts|timestamp|NO| |CURRENT\_TIMESTAMP|on update CURRENT\_TIMESTAMP \ No newline at end of file