mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 20:46:40 -04:00
12 lines
173 B
JavaScript
12 lines
173 B
JavaScript
![]() |
import Users from 'meteor/vulcan:users';
|
||
|
|
||
|
Users.addField([
|
||
|
{
|
||
|
fieldName: 'stripeCustomerId',
|
||
|
fieldSchema: {
|
||
|
type: String,
|
||
|
optional: true,
|
||
|
}
|
||
|
}
|
||
|
]);
|