开发者

What is a Node Id in php/mysql?

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜