Skip to content

Creating a WITHOUT ROWID table #3330

Closed
@P0oOOOo0YA

Description

Issue type:

[*] question

Database system/driver:
[*] sqlite

TypeORM version:
[*] latest

In SQLite, one can create a WITHOUT ROWID table with the following query.

CREATE TABLE IF NOT EXISTS wordcount(
  word TEXT PRIMARY KEY,
  cnt INTEGER
) WITHOUT ROWID;

What is its equivalent in TypeORM?

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions