mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 17:45:28 +00:00
update field set
This commit is contained in:
parent
d43dfa3035
commit
921f8d412e
1 changed files with 5 additions and 6 deletions
|
|
@ -15,8 +15,7 @@ pub fn init(tx: &Transaction) -> Result<usize, Error> {
|
||||||
`profile_id` INTEGER NOT NULL,
|
`profile_id` INTEGER NOT NULL,
|
||||||
`time` INTEGER NOT NULL,
|
`time` INTEGER NOT NULL,
|
||||||
`name` VARCHAR(255),
|
`name` VARCHAR(255),
|
||||||
`certificate` TEXT NOT NULL,
|
`pem` TEXT NOT NULL
|
||||||
`key` TEXT NOT NULL
|
|
||||||
)",
|
)",
|
||||||
[],
|
[],
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue