Ferreteria/modules/files/rf folder

From Woozle Writes Code
< Ferreteria‎ | modules‎ | files
Revision as of 21:14, 24 July 2017 by htyp>Woozle (Created page with "==About== * '''Meaning''': a {{l/same|rf_node}} that is a folder ==History== * '''2017-07-24''' preliminary table design (surely it needs more fields...) ==SQL== <mysql> CREAT...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

About

  • Meaning: a rf_node that is a folder

History

  • 2017-07-24 preliminary table design (surely it needs more fields...)

SQL

<mysql> CREATE TABLE `rf_folder` (

 ID_Node        INT              NOT NULL COMMENT "ID of rf_node",
 PRIMARY KEY(`ID_Node`)

) ENGINE = InnoDB;</mysql>