# DatabaseMigrationCreatePostRequest ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **up** | **string** | Migration up SQL | [default to undefined] **down** | **string** | Migration down SQL | [default to undefined] **databaseId** | **string** | Database ID | [default to undefined] ## Example ```typescript import { DatabaseMigrationCreatePostRequest } from './api'; const instance: DatabaseMigrationCreatePostRequest = { up, down, databaseId, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)