9 lines
552 B
Plaintext
9 lines
552 B
Plaintext
\begin{Verbatim}[commandchars=\\\{\}]
|
|
\PYG{k}{CREATE}\PYG{+w}{ }\PYG{k}{TABLE}\PYG{+w}{ }\PYG{n}{players}\PYG{+w}{ }\PYG{p}{(}
|
|
\PYG{+w}{ }\PYG{n}{player\PYGZus{}id}\PYG{+w}{ }\PYG{n+nb}{INT}\PYG{+w}{ }\PYG{k}{NOT}\PYG{+w}{ }\PYG{k}{NULL}\PYG{+w}{ }\PYG{n}{AUTO\PYGZus{}INCREMENT}\PYG{p}{,}
|
|
\PYG{+w}{ }\PYG{c+c1}{\PYGZhy{}\PYGZhy{} whatever other relevant information for each player should be included here}
|
|
|
|
\PYG{+w}{ }\PYG{k}{PRIMARY}\PYG{+w}{ }\PYG{k}{KEY}\PYG{+w}{ }\PYG{p}{(}\PYG{n}{player\PYGZus{}id}\PYG{p}{)}
|
|
\PYG{p}{)}
|
|
\end{Verbatim}
|