1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
name: users columns: id: type: int flags: [id] name: type: string flags: [title] username: type: string email: type: string phone: type: string website: type: string references: albums: table: albums kind: has_many foreign_key: userId