# == Schema Information
#
# Table name: users
#
# id :integer not null, primary key
# name :string(255)
# address :string(255)
# tel :string(255)
# gender :string(255)
# created_at :datetime not null
# updated_at :datetime not null
以上请教各位前辈,这种跟 mongoDB 的区别是什么?有什么好处?都加 # 注释了他是怎么运行到的?