-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSql code.rtf
More file actions
15 lines (14 loc) · 2.17 KB
/
Copy pathSql code.rtf
File metadata and controls
15 lines (14 loc) · 2.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{\rtf1\ansi\ansicpg1252\cocoartf1671\cocoasubrtf200
{\fonttbl\f0\fswiss\fcharset0 Helvetica;\f1\fmodern\fcharset0 Courier;}
{\colortbl;\red255\green255\blue255;\red0\green0\blue233;\red0\green0\blue0;}
{\*\expandedcolortbl;;\cssrgb\c0\c0\c93333;\cssrgb\c0\c0\c0;}
\margl1440\margr1440\vieww10800\viewh8400\viewkind0
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural\partightenfactor0
\f0\fs24 \cf0 SQL Database table:\
\
\pard\pardeftab720\sl280\partightenfactor0
{\field{\*\fldinst{HYPERLINK "http://localhost:8080/phpmyadmin/url.php?url=https://dev.mysql.com/doc/refman/5.5/en/create-table.html"}}{\fldrslt
\f1 \cf2 \expnd0\expndtw0\kerning0
\ul \ulc2 \outl0\strokewidth0 \strokec2 CREATE}}
\f1 \cf3 \expnd0\expndtw0\kerning0
\outl0\strokewidth0 \strokec3 {\field{\*\fldinst{HYPERLINK "http://localhost:8080/phpmyadmin/url.php?url=https://dev.mysql.com/doc/refman/5.5/en/create-table.html"}}{\fldrslt \cf2 \ul \ulc2 \strokec2 TABLE}} `mysql`.`list` ( `id` {\field{\*\fldinst{HYPERLINK "http://localhost:8080/phpmyadmin/url.php?url=https://dev.mysql.com/doc/refman/5.5/en/numeric-types.html"}}{\fldrslt \cf2 \ul \ulc2 \strokec2 INT}} {\field{\*\fldinst{HYPERLINK "http://localhost:8080/phpmyadmin/url.php?url=https://dev.mysql.com/doc/refman/5.5/en/logical-operators.html#operator_not"}}{\fldrslt \cf2 \ul \ulc2 \strokec2 NOT}} NULL AUTO_INCREMENT , `title` {\field{\*\fldinst{HYPERLINK "http://localhost:8080/phpmyadmin/url.php?url=https://dev.mysql.com/doc/refman/5.5/en/string-types.html"}}{\fldrslt \cf2 \ul \ulc2 \strokec2 VARCHAR}} {\field{\*\fldinst{HYPERLINK "http://localhost:8080/phpmyadmin/url.php?url=https://dev.mysql.com/doc/refman/5.5/en/logical-operators.html#operator_not"}}{\fldrslt \cf2 \ul \ulc2 \strokec2 NOT}} NULL , `description` {\field{\*\fldinst{HYPERLINK "http://localhost:8080/phpmyadmin/url.php?url=https://dev.mysql.com/doc/refman/5.5/en/string-types.html"}}{\fldrslt \cf2 \ul \ulc2 \strokec2 TEXT}} {\field{\*\fldinst{HYPERLINK "http://localhost:8080/phpmyadmin/url.php?url=https://dev.mysql.com/doc/refman/5.5/en/logical-operators.html#operator_not"}}{\fldrslt \cf2 \ul \ulc2 \strokec2 NOT}} NULL , PRIMARY KEY (`id`)) ENGINE = InnoDB;}