feat(cli): create DB in start command if not exists (#285)
This commit is contained in:
@@ -13,7 +13,7 @@ class Connection extends Base {
|
||||
formattedData?: IJSONObject;
|
||||
userId!: string;
|
||||
verified = false;
|
||||
count: number;
|
||||
count?: number;
|
||||
|
||||
static tableName = 'connections';
|
||||
|
||||
|
Reference in New Issue
Block a user