Decorator to specify tablespace for a table (PostgreSQL/MySQL).
Usage:
@Tablespace('fast_storage') @Table class LargeTable extends Model {} Copy
@Tablespace('fast_storage') @Table class LargeTable extends Model {}
Tablespace name
Decorator to specify tablespace for a table (PostgreSQL/MySQL).
Usage: