2019-01-15 09:18:04 -05:00

9 lines
153 B
JavaScript

import { appSchema, tableSchema } from '@nozbe/watermelondb'
export default appSchema({
version: 1,
tables: [
// tableSchemas go here...
]
})