@override List<String> get foreignKeys => List.unmodifiable( _foreignKeyBlueprints.map((f) => f.columnName).toList(), );