From c6c91129e208594d6c48592d5fb9868bf4b8e437 Mon Sep 17 00:00:00 2001 From: Chris Miles Date: Sat, 13 Jan 2018 16:11:14 -0600 Subject: [PATCH] Created account_rewards (markdown) --- account_rewards.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 account_rewards.md diff --git a/account_rewards.md b/account_rewards.md new file mode 100644 index 0000000..29d00c5 --- /dev/null +++ b/account_rewards.md @@ -0,0 +1,5 @@ +**Field**|**Type**|**Null**|**Key**|**Default**|**Notes** +-----|-----|-----|-----|-----|----- +account\_id|int(10) unsigned|NO|PRI| | +reward\_id|int(10) unsigned|NO|PRI| | +amount|int(10) unsigned|NO| | | \ No newline at end of file