comment:
tableName: comments
columns:
comment_id:
type: integer(4)
primary: true
notnull: true
autoincrement: true
news_feed_id:
type: integer(4)
relations:
newsFeed:
class: newsFeed
local: news_feed_id
foreign: news_feed_id
foreignAlias: comments
当我选择新闻社时,我想就每个新闻发表评论。 简言之,能否通过一栏发布评论。 我首先要介绍最新的情况。 我希望我的问题是明确的。 我想根据儿童表的结果,具体说明与秩序有关的额外信息。