luxdo
Results
1
comments of
luxdo
Sure, here is the schema ```javascript const limitedsSchema = new Schema('limiteds', { ip: { type: 'string' }, token: { type: 'string' }, createdAt: { type: 'date' } }); ```