Ferreteria/modules/files/rf folder

From Woozle Writes Code
< Ferreteria‎ | modules‎ | files
Revision as of 16:42, 22 May 2022 by Woozle (talk | contribs) (2 revisions imported: moving this project here)
(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>