Skip to content

Instantly share code, notes, and snippets.

@Whisprin
Created December 13, 2019 10:21
Show Gist options
  • Save Whisprin/69ec124abec9fb94fbe713e32f5a652a to your computer and use it in GitHub Desktop.
Save Whisprin/69ec124abec9fb94fbe713e32f5a652a to your computer and use it in GitHub Desktop.
2019/12/13 11:17:56 routers/init.go:59:initDBEngine() [E] ORM engine initialization attempt #7/10 failed. Error: migrate: do migrate: Error 1118: Row size too large. The maximum row size for the used table type, not counting BLOBs, is 8126. This includes storage overhead, check the manual. You have to change some columns to TEXT or BLOBs
2019/12/13 11:17:59 ...orm@v0.7.9/engine.go:1331:Sync2() [W] Table repository Column original_url db default is 'NULL', struct default is
2019/12/13 11:17:59 ...orm@v0.7.9/engine.go:1331:Sync2() [W] Table repository has column owner_id but struct has not related field
2019/12/13 11:17:59 ...orm@v0.7.9/engine.go:1331:Sync2() [W] Table repository has column lower_name but struct has not related field
2019/12/13 11:17:59 ...orm@v0.7.9/engine.go:1331:Sync2() [W] Table repository has column name but struct has not related field
2019/12/13 11:17:59 ...orm@v0.7.9/engine.go:1331:Sync2() [W] Table repository has column description but struct has not related field
2019/12/13 11:17:59 ...orm@v0.7.9/engine.go:1331:Sync2() [W] Table repository has column website but struct has not related field
2019/12/13 11:17:59 ...orm@v0.7.9/engine.go:1331:Sync2() [W] Table repository has column default_branch but struct has not related field
2019/12/13 11:17:59 ...orm@v0.7.9/engine.go:1331:Sync2() [W] Table repository has column num_watches but struct has not related field
2019/12/13 11:17:59 ...orm@v0.7.9/engine.go:1331:Sync2() [W] Table repository has column num_stars but struct has not related field
2019/12/13 11:17:59 ...orm@v0.7.9/engine.go:1331:Sync2() [W] Table repository has column num_forks but struct has not related field
2019/12/13 11:17:59 ...orm@v0.7.9/engine.go:1331:Sync2() [W] Table repository has column num_issues but struct has not related field
2019/12/13 11:17:59 ...orm@v0.7.9/engine.go:1331:Sync2() [W] Table repository has column num_closed_issues but struct has not related field
2019/12/13 11:17:59 ...orm@v0.7.9/engine.go:1331:Sync2() [W] Table repository has column num_pulls but struct has not related field
2019/12/13 11:17:59 ...orm@v0.7.9/engine.go:1331:Sync2() [W] Table repository has column num_closed_pulls but struct has not related field
2019/12/13 11:17:59 ...orm@v0.7.9/engine.go:1331:Sync2() [W] Table repository has column num_milestones but struct has not related field
2019/12/13 11:17:59 ...orm@v0.7.9/engine.go:1331:Sync2() [W] Table repository has column num_closed_milestones but struct has not related field
2019/12/13 11:17:59 ...orm@v0.7.9/engine.go:1331:Sync2() [W] Table repository has column is_private but struct has not related field
2019/12/13 11:17:59 ...orm@v0.7.9/engine.go:1331:Sync2() [W] Table repository has column is_mirror but struct has not related field
2019/12/13 11:17:59 ...orm@v0.7.9/engine.go:1331:Sync2() [W] Table repository has column is_fork but struct has not related field
2019/12/13 11:17:59 ...orm@v0.7.9/engine.go:1331:Sync2() [W] Table repository has column fork_id but struct has not related field
2019/12/13 11:17:59 ...orm@v0.7.9/engine.go:1331:Sync2() [W] Table repository has column created_unix but struct has not related field
2019/12/13 11:17:59 ...orm@v0.7.9/engine.go:1331:Sync2() [W] Table repository has column updated_unix but struct has not related field
2019/12/13 11:17:59 ...orm@v0.7.9/engine.go:1331:Sync2() [W] Table repository has column size but struct has not related field
2019/12/13 11:17:59 ...orm@v0.7.9/engine.go:1331:Sync2() [W] Table repository has column is_fsck_enabled but struct has not related field
2019/12/13 11:17:59 ...orm@v0.7.9/engine.go:1331:Sync2() [W] Table repository has column topics but struct has not related field
2019/12/13 11:17:59 ...orm@v0.7.9/engine.go:1331:Sync2() [W] Table repository has column is_empty but struct has not related field
2019/12/13 11:17:59 ...orm@v0.7.9/engine.go:1331:Sync2() [W] Table repository has column close_issues_via_commit_in_any_branch but struct has not related field
2019/12/13 11:17:59 ...orm@v0.7.9/engine.go:1331:Sync2() [W] Table repository has column is_archived but struct has not related field
2019/12/13 11:17:59 ...orm@v0.7.9/engine.go:1331:Sync2() [W] Table repository has column avatar but struct has not related field
2019/12/13 11:17:59 ...orm@v0.7.9/engine.go:1331:Sync2() [W] Table repository has column status but struct has not related field
2019/12/13 11:17:59 ...orm@v0.7.9/engine.go:1331:Sync2() [W] Table external_login_user Column raw_data db default is 'NULL', struct default is
2019/12/13 11:17:59 ...orm@v0.7.9/engine.go:1331:Sync2() [W] Table external_login_user Column provider db default is 'NULL', struct default is
2019/12/13 11:17:59 ...orm@v0.7.9/engine.go:1331:Sync2() [W] Table external_login_user Column email db default is 'NULL', struct default is
2019/12/13 11:17:59 ...orm@v0.7.9/engine.go:1331:Sync2() [W] Table external_login_user Column name db default is 'NULL', struct default is
2019/12/13 11:17:59 ...orm@v0.7.9/engine.go:1331:Sync2() [W] Table external_login_user Column first_name db default is 'NULL', struct default is
2019/12/13 11:17:59 ...orm@v0.7.9/engine.go:1331:Sync2() [W] Table external_login_user Column last_name db default is 'NULL', struct default is
2019/12/13 11:17:59 ...orm@v0.7.9/engine.go:1331:Sync2() [W] Table external_login_user Column nick_name db default is 'NULL', struct default is
2019/12/13 11:17:59 ...orm@v0.7.9/engine.go:1331:Sync2() [W] Table external_login_user Column description db default is 'NULL', struct default is
2019/12/13 11:17:59 ...orm@v0.7.9/engine.go:1331:Sync2() [W] Table external_login_user Column avatar_url db default is 'NULL', struct default is
2019/12/13 11:17:59 ...orm@v0.7.9/engine.go:1331:Sync2() [W] Table external_login_user Column location db default is 'NULL', struct default is
2019/12/13 11:17:59 ...orm@v0.7.9/engine.go:1331:Sync2() [W] Table external_login_user Column access_token db default is 'NULL', struct default is
2019/12/13 11:17:59 routers/init.go:59:initDBEngine() [E] ORM engine initialization attempt #8/10 failed. Error: migrate: do migrate: Error 1118: Row size too large. The maximum row size for the used table type, not counting BLOBs, is 8126. This includes storage overhead, check the manual. You have to change some columns to TEXT or BLOBs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment