Skip to content

Make helper functions to have more Db agnostic code. #2

@TommiPrami

Description

@TommiPrami

Like in your example could be something like this.

if not TableExists('USERS') then
begin
  CreateTable('USERS').AddField('USERID', dtInt64)....
end;

Or how would be best to implelement and so,

Now the migration is just piece of SQL that is totally dependent on the current Database, which is very good start tough.

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