本帖最後由 carlkyo 於 2018-7-4 19:28 編輯
yes
record_id user_id
1 1
1 2
1 ...
Ferrari2010 發表於 2018-7-2 00:58  - CREATE TABLE `cp_mapping` (
- `note_id` int(11) unsigned NOT NULL,
- `userlist` int(11) unsigned DEFAULT '0'
- ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
複製代碼 不過唔知table structure有冇錯
係database層面已經做到我要既野
冇選人就唔入
有選人就會逐次入record_id & userid
many thanks |