human-internet / humanid-core

humanID Core
GNU Lesser General Public License v3.0
2 stars 0 forks source link

[TN-301] Create DevConsoleUser Table #53

Closed kofimokome closed 1 month ago

kofimokome commented 1 month ago

Create a new table on the core, called DevConsoleUser. This table will enable the core to keep track of the users created on the developer console. This will be helpful when determining the user’s balance before sending an SMS. The table will have the following fields:

id => autogenerated dcUserId => the id of the user on the developer console database. It should be unique. createdAt => The date this record was created updatedAt => the date this record was updated deletedAt => the date this record was deleted balance => How much sms credit this user has left. the default value should be 5