cassandra://host:port/keyspace?param1=value¶m2=value2
| URL Query | Default value | Description |
|---|---|---|
x-migrations-table | schema_migrations | Name of the migrations table |
port | 9042 | The port to bind to |
consistency | ALL | Migration consistency |
protocol | Cassandra protocol version (3 or 4) | |
timeout | 1 minute | Migration timeout |
username | nil | Username to use when authenticating. |
password | nil | Password to use when authenticating. |
timeout is parsed using time.ParseDuration(s string)
DROP TABLE schema_migrationsmigrate force <current_version>.