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
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