This commit is contained in:
Ember Moth
2026-07-05 22:35:53 +08:00
parent 4ffdc89421
commit 5de9508963
83 changed files with 33 additions and 1033 deletions
-5
View File
@@ -1,4 +1,3 @@
-- migrate:up
ALTER TABLE `user`
ADD COLUMN `referral_percentage` TINYINT UNSIGNED NOT NULL DEFAULT 0
COMMENT 'Referral Percentage'
@@ -7,7 +6,3 @@ ALTER TABLE `user`
COMMENT 'Only First Purchase'
AFTER `referral_percentage`;
-- migrate:down
ALTER TABLE `user`
DROP COLUMN `referral_percentage`,
DROP COLUMN `only_first_purchase`;