This website works better with JavaScript.
Home
Explore
Register
Sign In
miteruzo
/
nizika_nico
Watch
1
Star
0
Fork
0
Code
Issues
6
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
コメントの再生位置情報追加
feature/query
みてるぞ
2 months ago
parent
48f8b35b93
commit
bd740434a5
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
migrations/2024_09_21_055200_add_pos_column_to_comments.sql
+ 1
- 0
migrations/2024_09_21_055200_add_pos_column_to_comments.sql
View File
@@ -0,0 +1 @@
ALTER TABLE `comments` ADD `vpos_ms` INT NULL COMMENT 'コメントの再生位置' AFTER `nico_count`;
Write
Preview
Loading…
Cancel
Save