feat: add tenant commands
This commit is contained in:
@@ -20,7 +20,7 @@ CREATE TABLE
|
||||
tenants (
|
||||
id SERIAL8 PRIMARY KEY,
|
||||
name VARCHAR(128) NOT NULL,
|
||||
slug VARCHAR(128) NOT NULL,
|
||||
slug VARCHAR(128) NOT NULL UNIQUE,
|
||||
description VARCHAR(128),
|
||||
expire_at timestamp NOT NULL,
|
||||
created_at timestamp NOT NULL default now(),
|
||||
|
||||
Reference in New Issue
Block a user