摘要: 在数据库表中实现表继承一般来说有3种实现方式: Concrete Table Inheritance(具体表继承) Single Table Inheritance(单表继承) Class Table Inheritance(类表继承)。 比如有一只鸭子,它有属性是:动物,会叫,两只脚。来了一只可达 阅读全文
posted @ 2017-07-28 09:46 南往人6 阅读(3987) 评论(1) 推荐(0)