refactor
This commit is contained in:
@@ -12,6 +12,8 @@ CREATE TABLE IF NOT EXISTS plugins (
|
||||
plugin_id VARCHAR(255) UNIQUE NOT NULL,
|
||||
plugin_name VARCHAR(255) NOT NULL,
|
||||
private_key TEXT NOT NULL,
|
||||
trial_date INTEGER DEFAULT 30,
|
||||
rsa_version INTEGER DEFAULT 1,
|
||||
deleted BOOLEAN DEFAULT FALSE
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user