开发者

What is a Node Id in php/mysql?

开发者 https://www.devze.com 2023-04-02 10:33 出处:网络
I know ids are used extensively in mysql table开发者_JAVA技巧s to identify records but what could node_id mean? I inherited a custom php framework that makes use of this term constantly and also has d

I know ids are used extensively in mysql table开发者_JAVA技巧s to identify records but what could node_id mean? I inherited a custom php framework that makes use of this term constantly and also has db column names called node_id. What could this be used to mean?


node_id

is just a column name. Without any context it's pretty impossible to know what it means. You'll usually just have to dig through the ORM or however the database is implemented to figure out what it's doing, if you don't have proper software specs or other useful notes anywhere.


It is just a name of the coulmn, without any special magic meaning

0

精彩评论

暂无评论...
验证码 换一张
取 消