feature #3: create extra table like comments and votes

This commit is contained in:
2019-07-25 22:24:59 +02:00
parent dfae83884e
commit 899bae4a1d
3 changed files with 167 additions and 33 deletions

View File

@@ -3,6 +3,12 @@
<JetCodeStyleSettings>
<option name="CODE_STYLE_DEFAULTS" value="KOTLIN_OFFICIAL" />
</JetCodeStyleSettings>
<PostgresCodeStyleSettings version="2">
<option name="ALIAS_CASE" value="1" />
<option name="KEYWORD_CASE" value="1" />
<option name="TYPE_CASE" value="1" />
<option name="IDENTIFIER_CASE" value="1" />
</PostgresCodeStyleSettings>
<codeStyleSettings language="kotlin">
<option name="CODE_STYLE_DEFAULTS" value="KOTLIN_OFFICIAL" />
</codeStyleSettings>