- Do you have an Github account ? If not create one.
- Install required tools
- Latest Git Client
- gpg tools
# Ubuntu
sudo apt-get install gpa seahorse
# MacOS with https://brew.sh/
# Ubuntu
sudo apt-get install gpa seahorse
# MacOS with https://brew.sh/
| const nanoid = require('nanoid') // npm i nanoid@3 | |
| /** @type {import('@adonisjs/lucid/src/Database')} */ | |
| const Database = use('Database') | |
| module.exports = { | |
| removeUniqueWithData, | |
| } | |
| async function removeUniqueWithData( | |
| tableName, | |
| column, |