From 400b93b2bea960a060827fe18edaa83a359badea Mon Sep 17 00:00:00 2001 From: Chris Miles Date: Sat, 13 Jan 2018 16:26:58 -0600 Subject: [PATCH] Created merc_stance_entries (markdown) --- merc_stance_entries.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 merc_stance_entries.md diff --git a/merc_stance_entries.md b/merc_stance_entries.md new file mode 100644 index 0000000..bb2cfdd --- /dev/null +++ b/merc_stance_entries.md @@ -0,0 +1,7 @@ +**Field**|**Type**|**Null**|**Key**|**Default**|**Notes** +-----|-----|-----|-----|-----|----- +merc\_stance\_entry\_id|int(10) unsigned|NO|PRI| |auto\_increment +class\_id|int(10) unsigned|NO| | | +proficiency\_id|tinyint(3) unsigned|NO| | | +stance\_id|tinyint(3) unsigned|NO| | | +isdefault|tinyint(1)|NO| | | \ No newline at end of file