This commit is contained in:
usbharu 2024-06-07 19:10:32 +09:00
parent f79f90c8ef
commit e0c0c8b22a
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ create table if not exists posts
overview varchar(100) null, overview varchar(100) null,
content varchar(5000) not null, content varchar(5000) not null,
text varchar(3000) not null, text varchar(3000) not null,
created_at timestamp not null, created_at timestamp not null,
visibility varchar(100) not null, visibility varchar(100) not null,
url varchar(500) not null, url varchar(500) not null,
repost_id bigint null, repost_id bigint null,