1
0
mirror of synced 2025-02-02 13:31:45 +03:00

15 lines
223 B
YAML
Raw Normal View History

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