Add author to Workflow

[MAILPOET-4417]
This commit is contained in:
David Remer
2022-08-10 12:37:46 +03:00
committed by Veljko V
parent 8861909859
commit 34d94edd3e
5 changed files with 26 additions and 10 deletions

View File

@@ -25,6 +25,7 @@ class Migrator {
CREATE TABLE {$this->prefix}workflows (
id int(11) unsigned NOT NULL AUTO_INCREMENT,
name varchar(255) NOT NULL,
author bigint NOT NULL,
status varchar(255) NOT NULL,
created_at timestamp NOT NULL,
updated_at timestamp NOT NULL,