mirror of
https://github.com/plankanban/planka.git
synced 2025-12-20 09:15:39 +03:00
@@ -11,6 +11,7 @@ export default class extends BaseModel {
|
||||
id: attr(),
|
||||
position: attr(),
|
||||
name: attr(),
|
||||
color: attr(),
|
||||
boardId: fk({
|
||||
to: 'Board',
|
||||
as: 'board',
|
||||
|
||||
Reference in New Issue
Block a user