Files
einundzwanzig-portal/draft.yaml
HolgerHatGarKeineNode c2b7042eab voting added
2023-03-10 23:03:19 +01:00

12 lines
248 B
YAML

models:
ProjectProposal:
user_id: foreign
name: string unique
support_in_sats: integer unsigned
description: text
Vote:
user_id: foreign
project_proposal_id: foreign
value: integer unsigned
reason: text nullable