foreignKeyPattern top-level constant

String const foreignKeyPattern

Implementation

const foreignKeyPattern =
    r"\s*FOREIGN\s+KEY\s+\(([\w_]+)\)\s+REFERENCES\s+([\w_]+)\s+\(([\w_]+)\)";