Ferreteria/modules/files/rf folder: Difference between revisions

From Woozle Writes Code
Jump to navigation Jump to search
(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...")
 
m (2 revisions imported: moving this project here)
 
(One intermediate revision by one other user not shown)
(No difference)

Latest revision as of 16:42, 22 May 2022

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>