From 1444f5c20272915b7f100d0bb28d1c33ff458576 Mon Sep 17 00:00:00 2001 From: Chris Miles Date: Sat, 13 Jan 2018 15:42:10 -0600 Subject: [PATCH] Created horses (markdown) --- horses.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 horses.md diff --git a/horses.md b/horses.md new file mode 100644 index 0000000..f297401 --- /dev/null +++ b/horses.md @@ -0,0 +1,8 @@ +**Field**|**Type**|**Null**|**Key**|**Default**|**Notes** +-----|-----|-----|-----|-----|----- +filename|varchar(32)|NO|PRI| | +race|smallint(3)|NO| |216| +gender|tinyint(1)|NO| |0| +texture|tinyint(2)|NO| |0| +mountspeed|float(4,2)|NO| |0.75| +notes|varchar(64)|YES| |Notes| \ No newline at end of file