root / elixir / tags / 0.7.0 / tests / b.py
| Revision 442, 105 bytes (checked in by ged, 3 years ago) |
|---|
| Line | |
|---|---|
| 1 | from elixir import * |
| 2 | |
| 3 | class B(Entity): |
| 4 | name = Field(String(30)) |
| 5 | many_a = OneToMany('tests.a.A') |
Note: See TracBrowser
for help on using the browser.
