Changeset 4578

Show
Ignore:
Timestamp:
06/28/08 05:37:21 (6 months ago)
Author:
jwage
Message:

fixes #1179

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/0.11/manual/docs/en/schema-files.txt

    r4413 r4578  
    494494</code> 
    495495 
    496 Class table inheritance. Read about more about [doc relations:inheritance:class-table-inheritance :index :name] 
    497  
    498 <code type="yaml"> 
    499 --- 
    500 Entity: 
    501   columns: 
    502     name: string(255) 
    503  
    504 User: 
    505   inheritance: 
    506     extends: Entity 
    507     type: class_table 
    508   columns: 
    509     username: string(255) 
    510     password: string(255) 
    511     age: integer(2) 
    512 </code> 
    513  
    514496Concrete inheritance. Read about more about [doc relations:inheritance:concrete-inheritance :index :name] 
    515497