mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
change column type to varchar(1024)
This commit is contained in:
parent
7370815f9d
commit
d9a6c88c1c
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ pub fn init(tx: &Transaction) -> Result<usize, Error> {
|
|||
`profile_id` INTEGER NOT NULL,
|
||||
`profile_identity_gemini_id` INTEGER NOT NULL,
|
||||
`is_active` INTEGER NOT NULL,
|
||||
`url` TEXT NOT NULL,
|
||||
`url` VARCHAR(1024) NOT NULL,
|
||||
|
||||
FOREIGN KEY (`profile_id`) REFERENCES `profile`(`id`),
|
||||
FOREIGN KEY (`profile_identity_gemini_id`) REFERENCES `profile_identity_gemini`(`id`),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue