mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
12 lines
248 B
YAML
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
|