organization({
schema: {
organization: {
modelName: "firestorm_organizations",
fields: {
createdAt: "created_at",
},
additionalFields: {
company_size: {
type: "string",
required: false,
defaultValue: null,
},
stripe_customer_id: {
type: "string",
required: false,
defaultValue: null,
},
},
},
// other schema configs...
},
// other config...
})
organization({
schema: {
organization: {
modelName: "firestorm_organizations",
fields: {
createdAt: "created_at",
},
additionalFields: {
company_size: {
type: "string",
required: false,
defaultValue: null,
},
stripe_customer_id: {
type: "string",
required: false,
defaultValue: null,
},
},
},
// other schema configs...
},
// other config...
})