1
0
mirror of synced 2025-01-22 08:11:40 +03:00
2007-10-18 04:04:28 +00:00

15 lines
223 B
YAML

---
Car:
columns:
id:
type: integer
length: 11
primary: true
autoincrement: true
name:
type: string
length: 255
relations:
Users:
class: User
refClass: UserCar