This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
Gitlink
/
forgeplus
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
16
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
fixed utf8mb4字符索引处理
pull/347/head
xxq250
2 years ago
parent
28ed60da16
commit
c5ec05ea77
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
db/migrate/20240408010213_create_action_node_selects.rb
+ 1
- 1
db/migrate/20240408010213_create_action_node_selects.rb
View File
@@ -11,7 +11,7 @@ class CreateActionNodeSelects < ActiveRecord::Migration[5.2]
t.integer :use_count, default: 0
t.references :user
t.timestamps
t.index :name
t.index :name
, length: 191
end
end
end
Write
Preview
Loading…
Cancel
Save