Skip to content

SQLite Migrations: Preserve column max length #3698

Description

@bricelam

Currently, SQLite has a very trivial type mapping so string properties are always mapped to TEXT columns. We could preserve the HasMaxLength() metadata in the database schema if we wanted. The column would map to something like TEXT(30). SQLite effectively ignores any length/precision/scale values, but we could still honor their semantics during reverse engineer.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions