ADD column to cloud table

This commit is contained in:
Jasder
2020-12-30 13:47:00 +08:00
parent 50021a278b
commit 56965910a5
3 changed files with 11 additions and 8 deletions

View File

@@ -7,6 +7,7 @@
# content :text(65535)
# created_at :datetime not null
# updated_at :datetime not null
# is_secret :boolean default("0")
#
class License < ApplicationRecord