Development whiteboard: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 361: Line 361:
|Content is open source - can be downloaded / reused
|Content is open source - can be downloaded / reused
|false
|false
|-
|stock
|int
|Max sold item count
|
|-
|-
|license
|license
Line 656: Line 661:
Some items could be purchased for a certain amount of time only.
Some items could be purchased for a certain amount of time only.
|
|
|}
{| class="wikitable"
|+Trade
!Key
!Type
!Description
!Default
|-
|id*
|PK int 10
|Relation ID
|
|-
|user_id*
|FK UUID
|User ID
|
|-
|recipient_id*
|FK UUID
|User ID
|
|-
|status*
|enum
|Status:
# sent
# opened
# rejected
# return_to_sender
# confirmed
# cancelled
|sent
|-
|description
|text
|Trade description
|
|-
|created_at
|datetime
|
|
|-
|updated_at
|datetime
|
|
|-
| colspan="4" |M2M join tables: user-content-ownership, recipient-content-ownership
|}
|}
{| class="wikitable"
{| class="wikitable"

Navigation menu