mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-21 20:25:45 +08:00
init project
This commit is contained in:
13
db/migrate/20200103062707_create_issue_times.rb
Normal file
13
db/migrate/20200103062707_create_issue_times.rb
Normal file
@@ -0,0 +1,13 @@
|
||||
class CreateIssueTimes < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
# create_table :issue_times do |t|
|
||||
# t.integer :issue_id
|
||||
# t.integer :user_id
|
||||
# t.datetime :start_time
|
||||
# t.datetime :end_time
|
||||
# t.string :cost_time
|
||||
# t.timestamps
|
||||
# end
|
||||
# add_index :issue_times, [:issue_id, :user_id]
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user