add data_bank to user action

This commit is contained in:
呱呱呱
2023-10-10 13:49:52 +08:00
parent b92fdb8388
commit 6cb7af0401
15 changed files with 28 additions and 5 deletions

View File

@@ -5,6 +5,7 @@
# id :integer not null, primary key
# user_id :integer
# organization_id :integer
# is_creator :boolean default("0")
# created_at :datetime not null
# updated_at :datetime not null
#