Fix
This commit is contained in:
11
db/schema.xml
Normal file
11
db/schema.xml
Normal file
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<schema xmlns="http://nextcloud.org/ns/nextcloud">
|
||||
<table name="deckflow_workflows">
|
||||
<column name="id" type="integer" unsigned="true" notnull="true" primarykey="true" autoincrement="true" />
|
||||
<column name="user_id" type="string" length="255" notnull="true" />
|
||||
<column name="deck_id" type="integer" unsigned="true" notnull="true" />
|
||||
<column name="source_stack_id" type="integer" unsigned="true" notnull="true" />
|
||||
<column name="target_stack_id" type="integer" unsigned="true" notnull="true" />
|
||||
<column name="created_at" type="timestamp" notnull="true" default="CURRENT_TIMESTAMP" />
|
||||
</table>
|
||||
</schema>
|
Reference in New Issue
Block a user