新增:许可证排序字段

This commit is contained in:
2024-08-09 11:22:45 +08:00
parent 6ba2d39e9b
commit bd9ca0439c
5 changed files with 24 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
class AddPositionToLicenses < ActiveRecord::Migration[5.2]
def change
add_column :licenses, :position, :integer, default: 0
end
end